Class CaseInsensitiveSortMapper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.mappers.CaseInsensitiveSortMapper
-
- All Implemented Interfaces:
LuceneSortMapper
@Deprecated public class CaseInsensitiveSortMapper extends Object implements LuceneSortMapper
Deprecated.since 7.0 userLowercaseFieldSortMapper
.Map sorts on a specified field to a case insensitive Lucene sort. The field you choose to sort on must be un-tokenized for the sorting to work as expected.
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveSortMapper(String fieldName)
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.
-
-
-
Constructor Detail
-
CaseInsensitiveSortMapper
public CaseInsensitiveSortMapper(String fieldName)
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.
-
-