Skip to content

Commit ccac525

Browse files
jrodewigoleks
andauthored
[DOCS] Fix typo (#82344) (#82379)
(cherry picked from commit 129d0fc) Co-authored-by: Oleks <[email protected]>
1 parent cf66338 commit ccac525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/geodistance-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<titleabbrev>Geo-distance</titleabbrev>
55
++++
66

7-
A multi-bucket aggregation that works on `geo_point` fields and conceptually works very similar to the <<search-aggregations-bucket-range-aggregation,range>> 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).
7+
A multi-bucket aggregation that works on `geo_point` fields and conceptually works very similar to the <<search-aggregations-bucket-range-aggregation,range>> aggregation. The user can define a point of origin and a set of distance range buckets. The aggregation evaluates 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).
88

99
[source,console,id=geodistance-aggregation-example]
1010
--------------------------------------------------

0 commit comments

Comments
 (0)