Interface LuceneSortMapper<T extends SearchSort>
- All Known Subinterfaces:
LuceneSearchMapper
- All Known Implementing Classes:
CaseInsensitiveSortMapper
,DefaultSortMapper
,DelegatingLuceneSearchMapper
,FavouriteSortMapper
,FieldSortMapper
,LowercaseFieldSortMapper
,MultiSearchSortMapper
,NoOpSortMapper
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Sort
convertToLuceneSort
(T searchSort) Deprecated.
-
Method Details
-
convertToLuceneSort
Deprecated.
-
SearchSort.expand()
instead.