Uses of Class
org.apache.lucene.sandbox.facet.cutters.LongValueFacetCutter
Packages that use LongValueFacetCutter
Package
Description
Sandbox faceting - Collectors that compute facets.
-
Uses of LongValueFacetCutter in org.apache.lucene.sandbox.facet
Methods in org.apache.lucene.sandbox.facet with parameters of type LongValueFacetCutterModifier and TypeMethodDescriptionComparableUtils.byCount(CountFacetRecorder countFacetRecorder, LongValueFacetCutter longValueFacetCutter) ComparableSupplierto sort ordinals by count (descending) fromCountFacetRecorderwith tie-break by long value (ascending) fromLongValueFacetCutter.ComparableUtils.byLongValue(LongValueFacetCutter longValueFacetCutter) ComparableSupplierto sort ordinals by long value fromLongValueFacetCutter(descending).