public class DefaultSolrFacetSearchKeywordDao extends Object implements SolrFacetSearchKeywordDao
| Constructor and Description |
|---|
DefaultSolrFacetSearchKeywordDao() |
| Modifier and Type | Method and Description |
|---|---|
List<SolrFacetSearchKeywordRedirectModel> |
findKeywords(String keyword,
KeywordRedirectMatchType matchType,
String facetSearchConfigName,
String langIso)
Finds the keywords for given configuration, language, keyword and matchtype.
|
List<SolrFacetSearchKeywordRedirectModel> |
findKeywords(String facetSearchConfigName,
String langIso)
Finds the keywords for given configuration and language.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public List<SolrFacetSearchKeywordRedirectModel> findKeywords(String facetSearchConfigName, String langIso)
SolrFacetSearchKeywordDaofindKeywords in interface SolrFacetSearchKeywordDaofacetSearchConfigName - configuration name.langIso - language.public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public List<SolrFacetSearchKeywordRedirectModel> findKeywords(String keyword, KeywordRedirectMatchType matchType, String facetSearchConfigName, String langIso)
SolrFacetSearchKeywordDaofindKeywords in interface SolrFacetSearchKeywordDaokeyword - keyword string.matchType - match type.facetSearchConfigName - configuration.langIso - language.Copyright © 2017 SAP SE. All Rights Reserved.