Преглед на файлове

[Docs] Fix Typo

Fixes small typo in the geo_distance aggregation docs.
Chris Simpson преди 12 години
родител
ревизия
4f8c916eed
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/reference/search/aggregations/bucket/geodistance-aggregation.asciidoc

+ 2 - 2
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 <<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).
+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).
 
 [source,js]
 --------------------------------------------------
@@ -100,4 +100,4 @@ There are two distance calculation modes: `arc` (the default) and `plane`. The `
         }
     }
 }
---------------------------------------------------
+--------------------------------------------------