Package | Description |
---|---|
com.atlassian.confluence.search.v2.lucene |
Provides a Lucene-backed implementation of the
SearchManager . |
Modifier and Type | Class and Description |
---|---|
class |
CacheBackedLuceneSearchMapperRegistry
A search mapper registry that operates on a cache only.
|
class |
PluggableLuceneSearchMapperRegistry |
class |
ThreadCachedSearchMapperRegistry
A facade onto the
PluggableLuceneSearchMapperRegistry which will first look for a
ThreadLocal cache of available search mappers before delegating. |
Constructor and Description |
---|
DelegatingLuceneSearchMapper(LuceneSearchMapperRegistry registry) |
LuceneSearchMapperRegistryCacheUpdateListener(LuceneSearchMapperRegistry searchMapperRegistry) |
ThreadCachedSearchMapperRegistry(LuceneSearchMapperRegistry delegateRegistry)
Construct with the supplied registry to be used when mappers are not found in the thread local cache.
|
Copyright © 2003–2017 Atlassian. All rights reserved.