Uses of Class
org.apache.lucene.util.NumericUtils.IntRangeBuilder
-
Packages that use NumericUtils.IntRangeBuilder Package Description org.apache.lucene.util Some utility classes. -
-
Uses of NumericUtils.IntRangeBuilder in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type NumericUtils.IntRangeBuilder Modifier and Type Method Description static void
NumericUtils. splitIntRange(NumericUtils.IntRangeBuilder builder, int precisionStep, int minBound, int maxBound)
Expert: Splits an int range recursively.
-