Interface FacetSortProvider
-
- All Known Implementing Classes:
DefaultFacetSortProvider
public interface FacetSortProviderInterface for loading a custom comparator for a facet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Comparator<FacetValue>getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty)Get the comparator for the type and property
-
-
-
Method Detail
-
getComparatorForTypeAndProperty
java.util.Comparator<FacetValue> getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty)
Get the comparator for the type and property- Parameters:
indexedType- the typeindexedProperty- the property- Returns:
- the comparator
-
-