Uses of Class
org.apache.lucene.sandbox.facet.ComparableUtils.ByAggregatedValueComparable
Packages that use ComparableUtils.ByAggregatedValueComparable
Package
Description
Sandbox faceting - Collectors that compute facets.
-
Uses of ComparableUtils.ByAggregatedValueComparable in org.apache.lucene.sandbox.facet
Methods in org.apache.lucene.sandbox.facet that return types with arguments of type ComparableUtils.ByAggregatedValueComparableModifier and TypeMethodDescriptionComparableUtils.byAggregatedValue(CountFacetRecorder countRecorder, LongAggregationsFacetRecorder longAggregationsFacetRecorder, int aggregationId) ComparableSupplierto sort ordinals by long aggregation (descending) with tie-break by count (descending) or by ordinal (ascending) using providedCountFacetRecorderandLongAggregationsFacetRecorder.Methods in org.apache.lucene.sandbox.facet with parameters of type ComparableUtils.ByAggregatedValueComparableModifier and TypeMethodDescriptionintComparableUtils.ByAggregatedValueComparable.compareTo(ComparableUtils.ByAggregatedValueComparable o)