Uses of Class
org.apache.solr.analytics.facet.compare.FacetResultsComparator
-
Packages that use FacetResultsComparator Package Description org.apache.solr.analytics.facet Facets supported by the analytics component.org.apache.solr.analytics.facet.compare Comparators used to sort the buckets of an analytics facet.org.apache.solr.analytics.value Value types for analytics expressions. -
-
Uses of FacetResultsComparator in org.apache.solr.analytics.facet
Methods in org.apache.solr.analytics.facet that return FacetResultsComparator Modifier and Type Method Description FacetResultsComparatorSortableFacet.FacetSortSpecification. getComparator()Constructors in org.apache.solr.analytics.facet with parameters of type FacetResultsComparator Constructor Description FacetSortSpecification(FacetResultsComparator comparator, int limit, int offset) -
Uses of FacetResultsComparator in org.apache.solr.analytics.facet.compare
Subclasses of FacetResultsComparator in org.apache.solr.analytics.facet.compare Modifier and Type Class Description classConstantComparatorA results comparator that compares constants.classDelegatingComparatorA comparator used to sort the facet-value buckets of facet, using the delegate comparator if two values are equal.classExpressionComparator<T extends Comparable<T>>A comparator used to sort the facet-value buckets of facet.classFacetValueComparatorA results comparator that compares the name of facet value buckets, which is the string value of the facet value.Methods in org.apache.solr.analytics.facet.compare that return FacetResultsComparator Modifier and Type Method Description static FacetResultsComparatorDelegatingComparator. joinComparators(Collection<FacetResultsComparator> comparators)Method parameters in org.apache.solr.analytics.facet.compare with type arguments of type FacetResultsComparator Modifier and Type Method Description static FacetResultsComparatorDelegatingComparator. joinComparators(Collection<FacetResultsComparator> comparators) -
Uses of FacetResultsComparator in org.apache.solr.analytics.value
Methods in org.apache.solr.analytics.value that return FacetResultsComparator Modifier and Type Method Description FacetResultsComparatorComparableValue. getObjectComparator(String expression)Create an entry comparator used to sort the facet-value buckets of a facet.
-