Class DefaultKeywordRedirectSorter
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.DefaultKeywordRedirectSorter
-
- All Implemented Interfaces:
KeywordRedirectSorter
public class DefaultKeywordRedirectSorter extends java.lang.Object implements KeywordRedirectSorter
-
-
Constructor Summary
Constructors Constructor Description DefaultKeywordRedirectSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetComparatorList(java.util.List<java.util.Comparator<SolrFacetSearchKeywordRedirectModel>> comparatorList)voidsetSortOrder(java.util.List<KeywordRedirectMatchType> sortOrder)java.util.List<SolrFacetSearchKeywordRedirectModel>sort(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)Takes a keywordRedirectSet and return sorted list of the same type.protected java.util.List<SolrFacetSearchKeywordRedirectModel>sortByComparators(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)protected java.util.List<SolrFacetSearchKeywordRedirectModel>sortByMatchType(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)
-
-
-
Method Detail
-
sort
public java.util.List<SolrFacetSearchKeywordRedirectModel> sort(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)
Description copied from interface:KeywordRedirectSorterTakes a keywordRedirectSet and return sorted list of the same type.- Specified by:
sortin interfaceKeywordRedirectSorter- Parameters:
keywordRedirectList- list to sort.
-
sortByMatchType
protected java.util.List<SolrFacetSearchKeywordRedirectModel> sortByMatchType(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)
-
setSortOrder
public void setSortOrder(java.util.List<KeywordRedirectMatchType> sortOrder)
-
setComparatorList
public void setComparatorList(java.util.List<java.util.Comparator<SolrFacetSearchKeywordRedirectModel>> comparatorList)
-
sortByComparators
protected java.util.List<SolrFacetSearchKeywordRedirectModel> sortByComparators(java.util.List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList)
-
-