public class PluggableLuceneSearchMapperRegistry extends Object implements LuceneSearchMapperRegistry
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.plugin.PluginAccessor |
pluginAccessor |
| Constructor and Description |
|---|
PluggableLuceneSearchMapperRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
LuceneQueryMapper |
getQueryMapper(String key) |
LuceneResultFilterMapper |
getResultFilterMapper(String key) |
LuceneSearchFilterMapper |
getSearchFilterMapper(String key) |
LuceneSortMapper |
getSortMapper(String key) |
public PluggableLuceneSearchMapperRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor)
public LuceneQueryMapper getQueryMapper(String key)
getQueryMapper in interface LuceneSearchMapperRegistrypublic LuceneSortMapper getSortMapper(String key)
getSortMapper in interface LuceneSearchMapperRegistrypublic LuceneResultFilterMapper getResultFilterMapper(String key)
getResultFilterMapper in interface LuceneSearchMapperRegistrypublic LuceneSearchFilterMapper getSearchFilterMapper(String key)
getSearchFilterMapper in interface LuceneSearchMapperRegistrykey - the key of the SearchFilter to fetch a mapper forCopyright © 2003–2020 Atlassian. All rights reserved.