Minor corrections in geo-queries.asciidoc (#34314)

This commit is contained in:
amoreauCoveo 2018-10-05 10:08:03 -04:00 committed by Julie Tibshirani
parent a9daa5cb90
commit e95dc5474f
1 changed files with 3 additions and 3 deletions

View File

@ -4,13 +4,13 @@
Elasticsearch supports two types of geo data:
<<geo-point,`geo_point`>> fields which support lat/lon pairs, and
<<geo-shape,`geo_shape`>> fields, which support points,
lines, circles, polygons, multi-polygons etc.
lines, circles, polygons, multi-polygons, etc.
The queries in this group are:
<<query-dsl-geo-shape-query,`geo_shape`>> query::
Find document with geo-shapes which either intersect, are contained by, or
Finds documents with geo-shapes which either intersect, are contained by, or
do not intersect with the specified geo-shape.
<<query-dsl-geo-bounding-box-query,`geo_bounding_box`>> query::
@ -19,7 +19,7 @@ The queries in this group are:
<<query-dsl-geo-distance-query,`geo_distance`>> query::
Finds document with geo-points within the specified distance of a central
Finds documents with geo-points within the specified distance of a central
point.
<<query-dsl-geo-polygon-query,`geo_polygon`>> query::