feliperazeek / playframework-elasticsearch

Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Include score and sort values in result model #52

Closed nikos closed 12 years ago

nikos commented 12 years ago

Hi Felipe,

Could you please review my addition to the result model, so that the score and sort values from elatsicsearch are included. This helped me for example to sort by distance in a geolocation query and retrieve the distance in the same call from ES. Let me know what you think.

Cheers, Niko

feliperazeek commented 12 years ago

Thank you!