Class NoOpSortMapper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.mappers.NoOpSortMapper
-
- All Implemented Interfaces:
LuceneSortMapper
public class NoOpSortMapper extends Object implements 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
Constructors Constructor Description NoOpSortMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Sort
convertToLuceneSort(SearchSort searchSort)
-
-
-
Method Detail
-
convertToLuceneSort
public org.apache.lucene.search.Sort convertToLuceneSort(SearchSort searchSort)
- Specified by:
convertToLuceneSort
in interfaceLuceneSortMapper
-
-