Uses of Class
org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
Packages that use CountFacetRecorder
Package
Description
Sandbox faceting: utility classes to make it easier to use the new API for standard use cases.
-
Uses of CountFacetRecorder in org.apache.lucene.sandbox.facet.utils
Methods in org.apache.lucene.sandbox.facet.utils with parameters of type CountFacetRecorderModifier and TypeMethodDescriptionComparableUtils.byAggregatedValue
(CountFacetRecorder countRecorder, LongAggregationsFacetRecorder longAggregationsFacetRecorder, int aggregationId) ComparableSupplier
to sort ordinals by long aggregation (descending) with tie-break by count (descending) or by ordinal (ascending) using providedCountFacetRecorder
andLongAggregationsFacetRecorder
.ComparableUtils.byCount
(CountFacetRecorder recorder) ComparableSupplier
to sort ordinals by count (descending) with ord as a tie-break (ascending) using providedCountFacetRecorder
.ComparableUtils.byCount
(CountFacetRecorder countFacetRecorder, LongValueFacetCutter longValueFacetCutter) ComparableSupplier
to sort ordinals by count (descending) fromCountFacetRecorder
with tie-break by long value (ascending) fromLongValueFacetCutter
.