본문 바로가기

카테고리 없음

elasticsearch index create할때 mapping 하기

https://atlas-search.ㅇㅇ.com/expedia_region_union_backup_015


{
  "mappings": {
    "doc": {
     "properties": {
      "center_geo_point": {
        "type": "geo_shape"
      },
      "boundaries": {
        "type": "geo_shape"
      },
      "boundaries_nearby": {
        "type": "geo_shape"
      },
      "boundaries_nearby_auto": {
        "type": "geo_shape"
      }
    }
    }
  }
}