Uses of Class
org.apache.lucene.sandbox.facet.recorders.LongAggregationsFacetRecorder
Packages that use LongAggregationsFacetRecorder
Package
Description
Sandbox faceting: utility classes to make it easier to use the new API for standard use cases.
-
Uses of LongAggregationsFacetRecorder in org.apache.lucene.sandbox.facet.utils
Methods in org.apache.lucene.sandbox.facet.utils with parameters of type LongAggregationsFacetRecorderModifier 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
.