Uses of Class
org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
Packages that use DynamicRangeUtil.DynamicRangeInfo
-
Uses of DynamicRangeUtil.DynamicRangeInfo in org.apache.lucene.facet.range
Methods in org.apache.lucene.facet.range that return types with arguments of type DynamicRangeUtil.DynamicRangeInfoModifier and TypeMethodDescriptionDynamicRangeUtil.computeDynamicNumericRanges
(long[] values, long[] weights, int len, long totalWeight, int topN) Compute dynamic numeric ranges using weights.DynamicRangeUtil.computeDynamicRanges
(String weightFieldName, LongValuesSource weightValueSource, LongValuesSource fieldValueSource, FacetsCollector facetsCollector, int topN, ExecutorService exec) Construct dynamic ranges using the specified weight field to generate equi-weight range for the specified numeric bin field