Interface SearchQueryLanguageResolver
-
- All Known Implementing Classes:
DefaultSearchQueryLanguageResolver
public interface SearchQueryLanguageResolverImplementations of this interface should resolve the LanguageModel based on FacetSearchConfig and/or IndexedType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LanguageModelresolveLanguage(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method to resolve the language
-
-
-
Method Detail
-
resolveLanguage
LanguageModel resolveLanguage(FacetSearchConfig facetSearchConfig, IndexedType indexedType)
Method to resolve the language- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved language
-
-