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

Add support for sorting #28

Closed bgooren closed 13 years ago

bgooren commented 13 years ago

Sorting is handled through SearchRequestBuilder#addSort(), which is enclosed in Query (which in turn calls ElasticSearch#builder).

The most logical place is to add addSort() to the Query class.

bgooren commented 13 years ago

Added in #29