Class SolrFacetComparator
java.lang.Object
org.alfresco.repo.search.impl.solr.facet.SolrFacetComparator
- All Implemented Interfaces:
Comparator<SolrFacetProperties>
This comparator defines the default sort order for facets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(SolrFacetProperties facet1, SolrFacetProperties facet2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SolrFacetComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<SolrFacetProperties>
-