Interface LuceneSortMapper<T extends SearchSort>
-
- All Known Subinterfaces:
LuceneSearchMapper
- All Known Implementing Classes:
CaseInsensitiveSortMapper
,DefaultSortMapper
,DelegatingLuceneSearchMapper
,FavouriteSortMapper
,FieldSortMapper
,LowercaseFieldSortMapper
,MultiSearchSortMapper
,NoOpSortMapper
@Deprecated public interface LuceneSortMapper<T extends SearchSort>
Deprecated.since 7.0 useSearchSort.expand()
instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.search.Sort
convertToLuceneSort(T searchSort)
Deprecated.
-
-
-
Method Detail
-
convertToLuceneSort
org.apache.lucene.search.Sort convertToLuceneSort(T searchSort)
Deprecated.
-
-