Interface LuceneSearchMapperRegistry
-
- All Known Implementing Classes:
PluggableLuceneSearchMapperRegistry
public interface LuceneSearchMapperRegistry
Class that is responsible for converting a v2 search abstraction likeSearchQuery
orSearchSort
into the equivalent technology specific object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LuceneQueryMapper
getQueryMapper(String key)
default LuceneSortMapper
getSortMapper(String key)
-
-
-
Method Detail
-
getQueryMapper
LuceneQueryMapper getQueryMapper(String key)
-
getSortMapper
default LuceneSortMapper getSortMapper(String key)
-
-