mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Docs: md -> asciidoc
This commit is contained in:
parent
5377d03173
commit
d49ed93488
@ -281,11 +281,12 @@ added[1.4.0]
|
||||
|
||||
Multiple geo points can be passed as an array containing any `geo_point` format, for example
|
||||
|
||||
```
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
"pin.location" : [[-70, 40], [-71, 42]]
|
||||
"pin.location" : [{"lat": -70, "lon": 40}, {"lat": -71, "lon": 42}]
|
||||
--------------------------------------------------
|
||||
|
||||
```
|
||||
and so forth.
|
||||
|
||||
The final distance for a document will then be `min`/`max` distance of all points contained in the document to all points given in the sort request.
|
||||
|
Loading…
x
Reference in New Issue
Block a user