44Elasticsearch supports two types of geo data:
55<<geo-point,`geo_point`>> fields which support lat/lon pairs, and
66<<geo-shape,`geo_shape`>> fields, which support points,
7- lines, circles, polygons, multi-polygons etc.
7+ lines, circles, polygons, multi-polygons, etc.
88
99The queries in this group are:
1010
1111<<query-dsl-geo-shape-query,`geo_shape`>> query::
1212
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
1414 do not intersect with the specified geo-shape.
1515
1616<<query-dsl-geo-bounding-box-query,`geo_bounding_box`>> query::
@@ -19,7 +19,7 @@ The queries in this group are:
1919
2020<<query-dsl-geo-distance-query,`geo_distance`>> query::
2121
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
2323 point.
2424
2525<<query-dsl-geo-polygon-query,`geo_polygon`>> query::
0 commit comments