Package | Description |
---|---|
org.apache.lucene.benchmark.stats |
Modifier and Type | Method and Description |
---|---|
static TestData[] |
TestData.getAll(java.io.File[] sources,
Analyzer[] analyzers)
Prepare a list of benchmark data, using all possible combinations of
benchmark parameters.
|
static TestData[] |
TestData.getTestDataMinMaxMergeAndMaxBuffered(java.io.File[] sources,
Analyzer[] analyzers)
Similar to
getAll(java.io.File[], org.apache.lucene.analysis.Analyzer[]) but only uses
maxBufferedDocs of 10 and 100 and same for mergeFactor, thus reducing the number of permutations significantly. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.