public class DefaultSearchQueryKeywordsResolver extends java.lang.Object implements SearchQueryKeywordsResolver
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.regex.Pattern |
SPLIT_REGEX |
protected static java.util.regex.Pattern |
WS_REGEX |
| Constructor and Description |
|---|
DefaultSearchQueryKeywordsResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Keyword> |
resolveKeywords(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String userQuery)
Method to resolve the keywords
|
protected static final java.util.regex.Pattern SPLIT_REGEX
protected static final java.util.regex.Pattern WS_REGEX
public java.util.List<Keyword> resolveKeywords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String userQuery)
SearchQueryKeywordsResolverresolveKeywords in interface SearchQueryKeywordsResolverfacetSearchConfig - - the facet search configurationindexedType - - the indexed typeuserQuery - - the user queryCopyright © 2018 SAP SE. All Rights Reserved.