Uses of Class
org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder
-
Packages that use CountFacetRecorder Package Description org.apache.lucene.sandbox.facet Sandbox faceting - Collectors that compute facets. -
-
Uses of CountFacetRecorder in org.apache.lucene.sandbox.facet
Methods in org.apache.lucene.sandbox.facet with parameters of type CountFacetRecorder Modifier and Type Method Description static ComparableSupplier<ComparableUtils.ByAggregatedValueComparable>
ComparableUtils. 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
.static ComparableSupplier<ComparableUtils.ByCountComparable>
ComparableUtils. byCount(CountFacetRecorder recorder)
ComparableSupplier
to sort ordinals by count (descending) with ord as a tie-break (ascending) using providedCountFacetRecorder
.static ComparableSupplier<ComparableUtils.ByCountAndLongValueComparable>
ComparableUtils. byCount(CountFacetRecorder countFacetRecorder, LongValueFacetCutter longValueFacetCutter)
ComparableSupplier
to sort ordinals by count (descending) fromCountFacetRecorder
with tie-break by long value (ascending) fromLongValueFacetCutter
.
-