org.apache.lucene.benchmark.standard
public class StandardOptions extends Object implements BenchmarkOptions
| Method Summary | |
|---|---|
| int | getLogStep()
How often to print out log messages when in benchmark loops |
| int | getMaximumDocumentsToIndex() |
| int | getRunCount()
The number of times to run the benchmark |
| int | getScaleUp() |
| void | setLogStep(int logStep) |
| void | setMaximumDocumentsToIndex(int maximumDocumentsToIndex) |
| void | setRunCount(int runCount) |
| void | setScaleUp(int scaleUp) |