Uses of Interface
com.atlassian.confluence.search.v2.lucene.LuceneSearchMapperRegistry
-
Packages that use LuceneSearchMapperRegistry Package Description com.atlassian.confluence.search.v2.lucene -
-
Uses of LuceneSearchMapperRegistry in com.atlassian.confluence.search.v2.lucene
Classes in com.atlassian.confluence.search.v2.lucene that implement LuceneSearchMapperRegistry Modifier and Type Class Description classCacheBackedLuceneSearchMapperRegistryDeprecated.since 7.0.1 All uses ofPluginAccessor.getEnabledModuleDescriptorsByClass(Class)are cached now.classPluggableLuceneSearchMapperRegistryclassThreadCachedSearchMapperRegistryDeprecated.since 7.0.1 All uses ofPluginAccessor.getEnabledModuleDescriptorsByClass(Class)are cached now.Constructors in com.atlassian.confluence.search.v2.lucene with parameters of type LuceneSearchMapperRegistry Constructor Description DelegatingLuceneSearchMapper(LuceneSearchMapperRegistry registry)ThreadCachedSearchMapperRegistry(LuceneSearchMapperRegistry delegateRegistry)Deprecated.Construct with the supplied registry to be used when mappers are not found in the thread local cache.
-