Closed bgooren closed 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.
Added in #29
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.