Skip to content

Commit 9a941f3

Browse files
amoreauCoveojtibshirani
authored andcommitted
Minor corrections in geo-queries.asciidoc (#34314)
1 parent ab6de20 commit 9a941f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/query-dsl/geo-queries.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Elasticsearch 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

99
The 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

Comments
 (0)