Package | Description |
---|---|
com.atlassian.confluence.search.v2.lucene |
Provides a Lucene-backed implementation of the
SearchManager . |
com.atlassian.confluence.search.v2.lucene.mapper |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneSearchMapper |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingLuceneSearchMapper |
Modifier and Type | Method and Description |
---|---|
LuceneSortMapper |
ThreadCachedSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
PluggableLuceneSearchMapperRegistry.getSortMapper(String key) |
LuceneSortMapper |
LuceneSearchMapperRegistry.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 |
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.