| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.contentproperty.index.descriptor | |
| com.atlassian.confluence.search.v2.lucene |
Provides a Lucene-backed implementation of the
SearchManager. |
| com.atlassian.confluence.search.v2.lucene.mapper |
| 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 |
LuceneSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
ThreadCachedSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
CacheBackedLuceneSearchMapperRegistry.getSortMapper(String key) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,LuceneSortMapper> |
SearchMappersThreadLocal.getSortMappers() |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveSortMapper
Map sorts on a specified field to a case insensitive Lucene sort.
|
class |
DefaultSortMapper |
class |
FavouriteSortMapper
Maps sort capability from FavouriteSort to lucene.
|
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–2019 Atlassian. All rights reserved.