Interface SearchSort
- All Known Subinterfaces:
ElasticsearchSearchSort,LuceneSearchSort
- All Known Implementing Classes:
AbstractElasticsearchReversibleSort,AbstractElasticsearchSort,AbstractLuceneDocumentValueSort,AbstractLuceneReversibleSort,AbstractLuceneSort,ElasticsearchCompositeSort,ElasticsearchDistanceSort,ElasticsearchStandardFieldSort,LuceneGeoPointDistanceSort,LuceneStandardFieldSort
public interface SearchSort
A search sort that can be used to sort search query results.
Implementations of this interface are provided to users by Hibernate Search. Users must not try to implement this interface.