Uses of Class
org.apache.lucene.util.NumericUtils.LongRangeBuilder
Packages that use NumericUtils.LongRangeBuilder
-
Uses of NumericUtils.LongRangeBuilder in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type NumericUtils.LongRangeBuilderModifier and TypeMethodDescriptionstatic void
NumericUtils.splitLongRange
(NumericUtils.LongRangeBuilder builder, int precisionStep, long minBound, long maxBound) Splits a long range recursively.