소스 검색

GeoJSON is lon,lat

Although emphasized in the text, the example was backwards.

Closes #7843
Thom Dixon 11 년 전
부모
커밋
2d7264cd03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/query-dsl/filters/geo-distance-filter.asciidoc

+ 1 - 1
docs/reference/query-dsl/filters/geo-distance-filter.asciidoc

@@ -84,7 +84,7 @@ conform with http://geojson.org/[GeoJSON].
         "filter" : {
             "geo_distance" : {
                 "distance" : "12km",
-                "pin.location" : [40, -70]
+                "pin.location" : [-70, 40]
             }
         }
     }