public interface SolrFacetSearchKeywordDao
| 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.
|
List<SolrFacetSearchKeywordRedirectModel> findKeywords(String facetSearchConfigName, String langIso)
facetSearchConfigName - configuration name.langIso - language.List<SolrFacetSearchKeywordRedirectModel> findKeywords(String keyword, KeywordRedirectMatchType matchType, String facetSearchConfigName, String langIso)
keyword - keyword string.matchType - match type.facetSearchConfigName - configuration.langIso - language.Copyright © 2017 SAP SE. All Rights Reserved.