Package org.apache.solr.analytics.facet.compare
Comparators used to sort the buckets of an analytics facet.
-
Class Summary Class Description ConstantComparator A results comparator that compares constants.DelegatingComparator A comparator used to sort the facet-value buckets of facet, using the delegate comparator if two values are equal.ExpressionComparator<T extends Comparable<T>> A comparator used to sort the facet-value buckets of facet.FacetResultsComparator A comparator used to sort the buckets of facet.FacetValueComparator A results comparator that compares the name of facet value buckets, which is the string value of the facet value.