feliperazeek/playframework-elasticsearch

Add support for sorting

Closed this issue · 1 comments

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.

Added in #29