Interface LuceneSearchMapperRegistry
- All Known Implementing Classes:
PluggableLuceneSearchMapperRegistry
public interface LuceneSearchMapperRegistry
Class that is responsible for converting a v2 search abstraction like
SearchQuery or SearchSort into the equivalent technology specific object.-
Method Summary
Modifier and TypeMethodDescriptiongetQueryMapper(String key) default LuceneSortMappergetSortMapper(String key)
-
Method Details
-
getQueryMapper
-
getSortMapper
-