Package org.apache.solr.bench.generators
Class DoublesDSL.DoubleDomainBuilder
java.lang.Object
org.apache.solr.bench.generators.DoublesDSL.DoubleDomainBuilder
- Enclosing class:
DoublesDSL
-
Method Summary
Modifier and TypeMethodDescriptionupToAndIncluding(double endInclusive) Generates within the interval specified with an inclusive lower and upper bound.
-
Method Details
-
upToAndIncluding
Generates within the interval specified with an inclusive lower and upper bound.- Parameters:
endInclusive- - inclusive upper bound of domain- Returns:
- a Source of type Double
-