Uses of Interface
com.atlassian.confluence.search.v2.lucene.LuceneSortMapper

Packages that use LuceneSortMapper
com.atlassian.confluence.search.v2.lucene Provides a Lucene-backed implementation of the SearchManager
com.atlassian.confluence.search.v2.lucene.mapper   
 

Uses of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene
 

Subinterfaces of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene
 interface LuceneSearchMapper
           
 

Classes in com.atlassian.confluence.search.v2.lucene that implement LuceneSortMapper
 class DelegatingLuceneSearchMapper
           
 

Methods in com.atlassian.confluence.search.v2.lucene that return LuceneSortMapper
 LuceneSortMapper ThreadCachedSearchMapperRegistry.getSortMapper(String key)
           
 LuceneSortMapper PluggableLuceneSearchMapperRegistry.getSortMapper(String key)
           
 LuceneSortMapper LuceneSearchMapperRegistry.getSortMapper(String key)
           
 LuceneSortMapper CacheBackedLuceneSearchMapperRegistry.getSortMapper(String key)
           
 

Methods in com.atlassian.confluence.search.v2.lucene that return types with arguments of type LuceneSortMapper
static Map<String,LuceneSortMapper> SearchMappersThreadLocal.getSortMappers()
           
 

Uses of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene.mapper
 

Classes in com.atlassian.confluence.search.v2.lucene.mapper that implement LuceneSortMapper
 class CaseInsensitiveSortMapper
          Map sorts on a specified field to a case insensitive Lucene sort.
 class DefaultSortMapper
           
 class NoOpSortMapper
          Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
 



Copyright © 2003–2015 Atlassian. All rights reserved.