Uses of Class
org.apache.lucene.util.NumericUtils.IntRangeBuilder
Packages that use NumericUtils.IntRangeBuilder
-
Uses of NumericUtils.IntRangeBuilder in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type NumericUtils.IntRangeBuilderModifier and TypeMethodDescriptionstatic void
NumericUtils.splitIntRange
(NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound) Splits an int range recursively.