Class NoOpSortMapper
java.lang.Object
com.atlassian.confluence.impl.search.v2.mappers.NoOpSortMapper
- All Implemented Interfaces:
LuceneSortMapper
Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Sort
convertToLuceneSort
(SearchSort searchSort)
-
Constructor Details
-
NoOpSortMapper
public NoOpSortMapper()
-
-
Method Details
-
convertToLuceneSort
- Specified by:
convertToLuceneSort
in interfaceLuceneSortMapper
-