Class PluggableLuceneSearchMapperRegistry
- java.lang.Object
-
- com.atlassian.confluence.internal.search.v2.lucene.PluggableLuceneSearchMapperRegistry
-
- All Implemented Interfaces:
LuceneSearchMapperRegistry
public class PluggableLuceneSearchMapperRegistry extends Object implements LuceneSearchMapperRegistry
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.plugin.PluginAccessor
pluginAccessor
-
Constructor Summary
Constructors Constructor Description PluggableLuceneSearchMapperRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LuceneQueryMapper
getQueryMapper(String key)
LuceneSortMapper
getSortMapper(String key)
-
-
-
Method Detail
-
getQueryMapper
public LuceneQueryMapper getQueryMapper(String key)
- Specified by:
getQueryMapper
in interfaceLuceneSearchMapperRegistry
-
getSortMapper
public LuceneSortMapper getSortMapper(String key)
- Specified by:
getSortMapper
in interfaceLuceneSearchMapperRegistry
-
-