Class MultiSearchSortMapper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.mappers.MultiSearchSortMapper
-
- All Implemented Interfaces:
LuceneSortMapper<MultiSearchSort>
@Internal public class MultiSearchSortMapper extends Object implements LuceneSortMapper<MultiSearchSort>
Relocated from confluence-cql-plugin.- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description MultiSearchSortMapper(LuceneSearchMapper searchMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Sort
convertToLuceneSort(MultiSearchSort multiSearchSort)
-
-
-
Constructor Detail
-
MultiSearchSortMapper
public MultiSearchSortMapper(LuceneSearchMapper searchMapper)
-
-
Method Detail
-
convertToLuceneSort
public org.apache.lucene.search.Sort convertToLuceneSort(MultiSearchSort multiSearchSort)
- Specified by:
convertToLuceneSort
in interfaceLuceneSortMapper<MultiSearchSort>
-
-