Docs: md -> asciidoc

This commit is contained in:
Britta Weber 2014-08-08 11:25:14 +02:00
parent 5377d03173
commit d49ed93488

View File

@ -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.