Class DefaultSortMapper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.mappers.DefaultSortMapper
-
- All Implemented Interfaces:
LuceneSortMapper
@Deprecated public class DefaultSortMapper extends Object implements LuceneSortMapper
Deprecated.since 7.0 useFieldSortMapper
.
-
-
Constructor Summary
Constructors Constructor Description DefaultSortMapper(String columnName, String type)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.search.Sort
convertToLuceneSort(SearchSort searchSort)
Deprecated.Converts a search sort into a lucene sort.String
getSortFieldName()
Deprecated.
-
-
-
Method Detail
-
convertToLuceneSort
public org.apache.lucene.search.Sort convertToLuceneSort(SearchSort searchSort)
Deprecated.Converts a search sort into a lucene sort.- Specified by:
convertToLuceneSort
in interfaceLuceneSortMapper
-
getSortFieldName
public String getSortFieldName()
Deprecated.
-
-