Uses of Class
org.apache.lucene.sandbox.facet.utils.ComparableUtils.ByCountAndLongValueComparable
Packages that use ComparableUtils.ByCountAndLongValueComparable
Package
Description
Sandbox faceting: utility classes to make it easier to use the new API for standard use cases.
-
Uses of ComparableUtils.ByCountAndLongValueComparable in org.apache.lucene.sandbox.facet.utils
Methods in org.apache.lucene.sandbox.facet.utils that return types with arguments of type ComparableUtils.ByCountAndLongValueComparableModifier and TypeMethodDescriptionComparableUtils.byCount
(CountFacetRecorder countFacetRecorder, LongValueFacetCutter longValueFacetCutter) ComparableSupplier
to sort ordinals by count (descending) fromCountFacetRecorder
with tie-break by long value (ascending) fromLongValueFacetCutter
.Methods in org.apache.lucene.sandbox.facet.utils with parameters of type ComparableUtils.ByCountAndLongValueComparableModifier and TypeMethodDescriptionint
ComparableUtils.ByCountAndLongValueComparable.compareTo
(ComparableUtils.ByCountAndLongValueComparable o)