7.2.6 위치 정보 - Geo
이 문서의 허가되지 않은 무단 복제나 배포 및 출판을 금지합니다. 본 문서의 내용 및 도표 등을 인용하고자 하는 경우 출처를 명시하고 김종민(kimjmin@gmail.com)에게 사용 내용을 알려주시기 바랍니다.
Geo Point
PUT my_locations/_doc/1
{
"location": {
"lat": 41.12,
"lon": -71.34
}
}PUT my_index/_doc/2
{
"location": "41.12,-71.34"
}PUT my_index/_doc/3
{
"location": "drm3btev3e86"
}PUT my_index/_doc/4
{
"location": [
-71.34,
41.12
]
}
geo_bounding_box 쿼리

geo_distance 쿼리

Geo Shape







geo_shape 쿼리

Last updated