Interface KeywordRedirectSorter
- All Known Implementing Classes:
DefaultKeywordRedirectSorter
public interface KeywordRedirectSorter
Sort bean for list of
KeywordRedirectValue.-
Method Summary
Modifier and TypeMethodDescriptionsort(List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList) Takes a keywordRedirectSet and return sorted list of the same type.
-
Method Details
-
sort
List<SolrFacetSearchKeywordRedirectModel> sort(List<SolrFacetSearchKeywordRedirectModel> keywordRedirectList) Takes a keywordRedirectSet and return sorted list of the same type.- Parameters:
keywordRedirectList- list to sort.
-