Uses of Class
org.apache.lucene.facet.range.DynamicRangeUtil.DynamicRangeInfo
-
Packages that use DynamicRangeUtil.DynamicRangeInfo Package Description org.apache.lucene.facet.range Provides range faceting capabilities. -
-
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.DynamicRangeInfo Modifier and Type Method Description static List<DynamicRangeUtil.DynamicRangeInfo>
DynamicRangeUtil. computeDynamicNumericRanges(long[] values, long[] weights, int len, long totalWeight, int topN)
Compute dynamic numeric ranges using weights.static List<DynamicRangeUtil.DynamicRangeInfo>
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
-