Uses of Interface
com.atlassian.confluence.search.v2.lucene.LuceneSortMapper
-
Packages that use LuceneSortMapper Package Description com.atlassian.confluence.plugin.descriptor.search com.atlassian.confluence.search.v2.lucene com.atlassian.confluence.search.v2.lucene.mapper -
-
Uses of LuceneSortMapper in com.atlassian.confluence.plugin.descriptor.search
Methods in com.atlassian.confluence.plugin.descriptor.search that return types with arguments of type LuceneSortMapper Modifier and Type Method Description protected PluginModuleFactory<LuceneSortMapper>LuceneSortMapperModuleDescriptor. getModuleFactory() -
Uses of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene
Subinterfaces of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene Modifier and Type Interface Description interfaceLuceneSearchMapperClasses in com.atlassian.confluence.search.v2.lucene that implement LuceneSortMapper Modifier and Type Class Description classDelegatingLuceneSearchMapperMethods in com.atlassian.confluence.search.v2.lucene that return LuceneSortMapper Modifier and Type Method Description LuceneSortMapperCacheBackedLuceneSearchMapperRegistry. getSortMapper(String key)Deprecated.LuceneSortMapperLuceneSearchMapperRegistry. getSortMapper(String key)LuceneSortMapperPluggableLuceneSearchMapperRegistry. getSortMapper(String key)LuceneSortMapperThreadCachedSearchMapperRegistry. getSortMapper(String key)Deprecated.Methods in com.atlassian.confluence.search.v2.lucene that return types with arguments of type LuceneSortMapper Modifier and Type Method Description static Map<String,LuceneSortMapper>SearchMappersThreadLocal. getSortMappers()Deprecated. -
Uses of LuceneSortMapper in com.atlassian.confluence.search.v2.lucene.mapper
Classes in com.atlassian.confluence.search.v2.lucene.mapper that implement LuceneSortMapper Modifier and Type Class Description classCaseInsensitiveSortMapperDeprecated.since 7.0 userLowercaseFieldSortMapper.classDefaultSortMapperDeprecated.since 7.0 useFieldSortMapper.classFavouriteSortMapperMaps sort capability from FavouriteSort to lucene.classFieldSortMapperclassLowercaseFieldSortMapperclassMultiSearchSortMapperRelocated from confluence-cql-plugin.classNoOpSortMapperSort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
-