We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe39b6 commit c77f63eCopy full SHA for c77f63e
docs/reference/mapping/types/geo-point.asciidoc
@@ -6,7 +6,7 @@ Fields of type `geo_point` accept latitude-longitude pairs, which can be used:
6
* to find geo-points within a <<query-dsl-geo-bounding-box-query,bounding box>>,
7
within a certain <<query-dsl-geo-distance-query,distance>> of a central point,
8
or within a <<query-dsl-geo-polygon-query,polygon>>.
9
-* to aggregate documents by <<search-aggregations-bucket-geohashgrid-aggregation,geographically>>
+* to aggregate documents <<search-aggregations-bucket-geohashgrid-aggregation,geographically>>
10
or by <<search-aggregations-bucket-geodistance-aggregation,distance>> from a central point.
11
* to integrate distance into a document's <<query-dsl-function-score-query,relevance score>>.
12
* to <<geo-sorting,sort>> documents by distance.
0 commit comments