Interface SolrFacetSearchKeywordDao
- All Known Implementing Classes:
DefaultSolrFacetSearchKeywordDao
public interface SolrFacetSearchKeywordDao
Dao to manage keywords.
-
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.
-
Method Details
-
findKeywords
List<SolrFacetSearchKeywordRedirectModel> findKeywords(String facetSearchConfigName, String langIso) Finds the keywords for given configuration and language.- Parameters:
facetSearchConfigName- configuration name.langIso- language.- Returns:
- collection of keywords.
-
findKeywords
List<SolrFacetSearchKeywordRedirectModel> findKeywords(String keyword, KeywordRedirectMatchType matchType, String facetSearchConfigName, String langIso) Finds the keywords for given configuration, language, keyword and matchtype.- Parameters:
keyword- keyword string.matchType- match type.facetSearchConfigName- configuration.langIso- language.
-