Package | Description |
---|---|
org.apache.lucene.benchmark | |
org.apache.lucene.benchmark.standard | |
org.apache.lucene.benchmark.stats |
Modifier and Type | Method and Description |
---|---|
TestData[] |
Benchmarker.benchmark(java.io.File workingDir,
BenchmarkOptions options)
Deprecated.
Benchmark according to the implementation, using the workingDir as the place to store things.
|
Modifier and Type | Method and Description |
---|---|
TestData[] |
StandardBenchmarker.benchmark(java.io.File workingDir,
BenchmarkOptions opts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StandardBenchmarker.runBenchmark(TestData params,
StandardOptions options)
Deprecated.
Run benchmark using supplied parameters.
|
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-2014 Apache Software Foundation. All Rights Reserved.