Modifier and Type | Method and Description |
---|---|
protected PluginModuleFactory<LuceneSortMapper> |
LuceneSortMapperModuleDescriptor.getModuleFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ContentPropertyFieldSortMapper
Lucene sort mapper for a @{link ContentPropertyFieldSort}.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneSearchMapper |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingLuceneSearchMapper |
Modifier and Type | Method and Description |
---|---|
LuceneSortMapper |
PluggableLuceneSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
ThreadCachedSearchMapperRegistry.getSortMapper(String key)
Deprecated.
|
LuceneSortMapper |
LuceneSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
CacheBackedLuceneSearchMapperRegistry.getSortMapper(String key)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,LuceneSortMapper> |
SearchMappersThreadLocal.getSortMappers()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseInsensitiveSortMapper
Deprecated.
since 7.0 user
LowercaseFieldSortMapper . |
class |
DefaultSortMapper
Deprecated.
since 7.0 use
FieldSortMapper . |
class |
FavouriteSortMapper
Maps sort capability from FavouriteSort to lucene.
|
class |
FieldSortMapper |
class |
LowercaseFieldSortMapper |
class |
MultiSearchSortMapper
Relocated from confluence-cql-plugin.
|
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–2020 Atlassian. All rights reserved.