Interface SearchQueryLanguageResolver
- All Known Implementing Classes:
DefaultSearchQueryLanguageResolver
public interface SearchQueryLanguageResolver
Implementations of this interface should resolve the LanguageModel based on FacetSearchConfig and/or IndexedType
-
Method Summary
Modifier and TypeMethodDescriptionresolveLanguage(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method to resolve the language
-
Method Details
-
resolveLanguage
Method to resolve the language- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved language
-