[hibernate-dev] [HSEARCH] Geo queries in ElasticSearch

Emmanuel Bernard emmanuel at hibernate.org
Wed Jul 3 03:26:39 EDT 2013


This morning I was reading http://hashmade.fr/elastic-search-geo-distance-search-with-sorted-and-faceted-results-using-java-native-api/
And the code https://github.com/jsebrien/elastic-search-tests

I have to say that we compare quite well in number of lines of code and readability. Considering that ElasticSearch is considered the easy tool / API in the search space, I did not expect that. 

We could do better on the facet side, I particular to retrieve the facet data. 

By the way, they offer a way to facet by spatial distance, Hardy, Nicolas, how hard would it be to do the same?

Emmanuel


More information about the hibernate-dev mailing list