public interface LuceneSearchMapperRegistry
SearchQuery
or SearchSort
into the equivalent technology specific object.Modifier and Type | Method and Description |
---|---|
LuceneQueryMapper |
getQueryMapper(String key) |
LuceneResultFilterMapper |
getResultFilterMapper(String key) |
LuceneSearchFilterMapper |
getSearchFilterMapper(String key) |
LuceneSortMapper |
getSortMapper(String key) |
LuceneQueryMapper getQueryMapper(String key)
LuceneSortMapper getSortMapper(String key)
LuceneResultFilterMapper getResultFilterMapper(String key)
LuceneSearchFilterMapper getSearchFilterMapper(String key)
key
- the key of the SearchFilter
to fetch a mapper forCopyright © 2003–2018 Atlassian. All rights reserved.