瀏覽代碼

Grammar: "by geographically" → "geographically" (#28595)

Cladis 7 年之前
父節點
當前提交
3234fb1369
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/mapping/types/geo-point.asciidoc

+ 1 - 1
docs/reference/mapping/types/geo-point.asciidoc

@@ -6,7 +6,7 @@ Fields of type `geo_point` accept latitude-longitude pairs, which can be used:
 * to find geo-points within a <<query-dsl-geo-bounding-box-query,bounding box>>,
   within a certain <<query-dsl-geo-distance-query,distance>> of a central point,
   or within a <<query-dsl-geo-polygon-query,polygon>>.
-* to aggregate documents by <<search-aggregations-bucket-geohashgrid-aggregation,geographically>>
+* to aggregate documents <<search-aggregations-bucket-geohashgrid-aggregation,geographically>>
   or by <<search-aggregations-bucket-geodistance-aggregation,distance>> from a central point.
 * to integrate distance into a document's <<query-dsl-function-score-query,relevance score>>.
 * to <<geo-sorting,sort>> documents by distance.