Class FieldSortMapper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.mappers.FieldSortMapper
-
- All Implemented Interfaces:
LuceneSortMapper<FieldSort>
@Internal public class FieldSortMapper extends Object implements LuceneSortMapper<FieldSort>
- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description FieldSortMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Sort
convertToLuceneSort(FieldSort searchSort)
Converts a search sort into a lucene sort.
-
-
-
Method Detail
-
convertToLuceneSort
public org.apache.lucene.search.Sort convertToLuceneSort(FieldSort searchSort)
Converts a search sort into a lucene sort.- Specified by:
convertToLuceneSort
in interfaceLuceneSortMapper<FieldSort>
-
-