4
4
Elasticsearch supports two types of geo data:
5
5
<<geo-point,`geo_point`>> fields which support lat/lon pairs, and
6
6
<<geo-shape,`geo_shape`>> fields, which support points,
7
- lines, circles, polygons, multi-polygons etc.
7
+ lines, circles, polygons, multi-polygons, etc.
8
8
9
9
The queries in this group are:
10
10
11
11
<<query-dsl-geo-shape-query,`geo_shape`>> query::
12
12
13
- Find document with geo-shapes which either intersect, are contained by, or
13
+ Finds documents with geo-shapes which either intersect, are contained by, or
14
14
do not intersect with the specified geo-shape.
15
15
16
16
<<query-dsl-geo-bounding-box-query,`geo_bounding_box`>> query::
@@ -19,7 +19,7 @@ The queries in this group are:
19
19
20
20
<<query-dsl-geo-distance-query,`geo_distance`>> query::
21
21
22
- Finds document with geo-points within the specified distance of a central
22
+ Finds documents with geo-points within the specified distance of a central
23
23
point.
24
24
25
25
<<query-dsl-geo-polygon-query,`geo_polygon`>> query::
0 commit comments