support for _geo_distance sorting
See original GitHub issueHi guys, First of all thanks for the library… really nice one.
I cannot find a way to do the geo_distance sorting
https://www.elastic.co/guide/en/elasticsearch/reference/2.4/search-request-sort.html#geo-sorting
Anything I am missing? or is not supported in the current version?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Support for many-to-many geo distance sort · Issue #3926
What we'd like to see: Ability to specify many geo points in geo distance sort, like this: { "sort": [ { "_geo_distance": ...
Read more >Geo_point sort by distance - Elasticsearch - Elastic Discuss
I would like to know what would be the best way to perform a search and performing a sorting by distance, today _geo_distance...
Read more >Elasticsearch geo distance sorting not exactly / wrong order
The results should be sorted by distance. My search query works, but the order of the results is not correct. The results should...
Read more >Efficient sorting of geo distances in Elasticsearch - Bonsai.io
Here's more info on the efficient sorting of geo distances in elasticsearch, helping you calculate the distance between geographic points.
Read more >RE: Geodistance sorting in liferay DXP - Forums
Hi everyone, I am trying to sort the contents, based on their geolocations. I am trying this as following: GeoDistanceSort distanceSort = new ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another corner case like in this topic it is
script based sorting
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#_script_based_sortingPlease add “_script” like “_geo_distance”.
=>