Class PivotFacetFieldValueCollection.PivotFacetCountComparator
- java.lang.Object
-
- org.apache.solr.handler.component.PivotFacetFieldValueCollection.PivotFacetCountComparator
-
- All Implemented Interfaces:
Comparator<PivotFacetValue>
- Enclosing class:
- PivotFacetFieldValueCollection
public static class PivotFacetFieldValueCollection.PivotFacetCountComparator extends Object implements Comparator<PivotFacetValue>
SortsPivotFacetValue
instances by their count
-
-
Constructor Summary
Constructors Constructor Description PivotFacetCountComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PivotFacetValue left, PivotFacetValue right)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(PivotFacetValue left, PivotFacetValue right)
- Specified by:
compare
in interfaceComparator<PivotFacetValue>
-
-