diff --git a/docs/reference/search/aggregations/bucket/geodistance-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/geodistance-aggregation.asciidoc index 86893974f96..d9c9a86c8e3 100644 --- a/docs/reference/search/aggregations/bucket/geodistance-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/geodistance-aggregation.asciidoc @@ -1,7 +1,7 @@ [[search-aggregations-bucket-geodistance-aggregation]] === Geo Distance -A multi-bucket aggregation that works on `geo_point` fields and onceptually works very similar to the <> aggregation. The user can define a point of origin and a set of distance range buckets. The aggregation evaluate the distance of each document value from the origin point and determines the buckets it belongs to based on the ranges (a document belongs to a bucket if the distance between the document and the origin falls within the distance range of the bucket). +A multi-bucket aggregation that works on `geo_point` fields and conceptually works very similar to the <> aggregation. The user can define a point of origin and a set of distance range buckets. The aggregation evaluate the distance of each document value from the origin point and determines the buckets it belongs to based on the ranges (a document belongs to a bucket if the distance between the document and the origin falls within the distance range of the bucket). [source,js] -------------------------------------------------- @@ -100,4 +100,4 @@ There are two distance calculation modes: `arc` (the default) and `plane`. The ` } } } --------------------------------------------------- \ No newline at end of file +--------------------------------------------------