mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
[Docs] Minor formatting and wording fixes (#35278)
This commit is contained in:
parent
7cd27d1a96
commit
14c8a483d5
@ -1,7 +1,7 @@
|
||||
[[query-dsl-geo-polygon-query]]
|
||||
=== Geo Polygon Query
|
||||
|
||||
A query allowing to include hits that only fall within a polygon of
|
||||
A query returning hits that only fall within a polygon of
|
||||
points. Here is an example:
|
||||
|
||||
[source,js]
|
||||
@ -49,7 +49,9 @@ or longitude, or `STRICT` (default is `STRICT`).
|
||||
[float]
|
||||
===== Lat Long as Array
|
||||
|
||||
Format in `[lon, lat]`, note, the order of lon/lat here in order to
|
||||
Format as `[lon, lat]`
|
||||
|
||||
Note: the order of lon/lat here must
|
||||
conform with http://geojson.org/[GeoJSON].
|
||||
|
||||
[source,js]
|
||||
|
Loading…
x
Reference in New Issue
Block a user