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