Class DefaultSolrFacetSearchKeywordDao
java.lang.Object
de.hybris.platform.solrfacetsearch.search.impl.DefaultSolrFacetSearchKeywordDao
- All Implemented Interfaces:
SolrFacetSearchKeywordDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindKeywords(String keyword, KeywordRedirectMatchType matchType, String facetSearchConfigName, String langIso) Finds the keywords for given configuration, language, keyword and matchtype.findKeywords(String facetSearchConfigName, String langIso) Finds the keywords for given configuration and language.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultSolrFacetSearchKeywordDao
public DefaultSolrFacetSearchKeywordDao()
-
-
Method Details
-
findKeywords
public List<SolrFacetSearchKeywordRedirectModel> findKeywords(String facetSearchConfigName, String langIso) Description copied from interface:SolrFacetSearchKeywordDaoFinds the keywords for given configuration and language.- Specified by:
findKeywordsin interfaceSolrFacetSearchKeywordDao- Parameters:
facetSearchConfigName- configuration name.langIso- language.- Returns:
- collection of keywords.
-
setFlexibleSearchService
-
findKeywords
public List<SolrFacetSearchKeywordRedirectModel> findKeywords(String keyword, KeywordRedirectMatchType matchType, String facetSearchConfigName, String langIso) Description copied from interface:SolrFacetSearchKeywordDaoFinds the keywords for given configuration, language, keyword and matchtype.- Specified by:
findKeywordsin interfaceSolrFacetSearchKeywordDao- Parameters:
keyword- keyword string.matchType- match type.facetSearchConfigName- configuration.langIso- language.
-