Uses of Class
de.hybris.platform.solrfacetsearch.search.Keyword
-
Packages that use Keyword Package Description de.hybris.platform.adaptivesearchsolr.listeners de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.impl -
-
Uses of Keyword in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type Keyword Modifier and Type Method Description protected AsKeywordSolrAsSearchProfileCalculationListener. convertKeyword(Keyword source)Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type Keyword Modifier and Type Method Description protected java.util.List<AsKeyword>SolrAsSearchProfileCalculationListener. convertKeywords(java.util.List<Keyword> keywords) -
Uses of Keyword in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type Keyword Modifier and Type Method Description java.util.List<Keyword>SearchQuery. getKeywords()Returns the keywords.java.util.List<Keyword>SearchQueryKeywordsResolver. resolveKeywords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String userQuery)Method to resolve the keywordsMethod parameters in de.hybris.platform.solrfacetsearch.search with type arguments of type Keyword Modifier and Type Method Description voidSearchQuery. setKeywords(java.util.List<Keyword> keywords)Sets the keywords. -
Uses of Keyword in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return Keyword Modifier and Type Method Description KeywordAbstractFreeTextQueryBuilder.QueryValue. getKeyword()Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type Keyword Modifier and Type Method Description java.util.List<Keyword>DefaultSearchQueryKeywordsResolver. resolveKeywords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String userQuery)Constructors in de.hybris.platform.solrfacetsearch.search.impl with parameters of type Keyword Constructor Description QueryValue(java.lang.String value, java.lang.String escapedValue, Keyword keyword)
-