Interface FacetSortProvider
- All Known Implementing Classes:
DefaultFacetSortProvider
public interface FacetSortProvider
Interface for loading a custom comparator for a facet
-
Method Summary
Modifier and TypeMethodDescriptiongetComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty) Get the comparator for the type and property
-
Method Details
-
getComparatorForTypeAndProperty
Comparator<FacetValue> getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty) Get the comparator for the type and property- Parameters:
indexedType- the typeindexedProperty- the property- Returns:
- the comparator
-