Uses of Class org.apache.lucene.benchmark.stats.TestData

Uses in package org.apache.lucene.benchmark

Methods with return type org.apache.lucene.benchmark.stats.TestData

TestData[]
Benchmarker.benchmark(File workingDir, BenchmarkOptions options)
Benchmark according to the implementation, using the workingDir as the place to store things.

Uses in package org.apache.lucene.benchmark.standard

Methods with parameter type org.apache.lucene.benchmark.stats.TestData

void
Run benchmark using supplied parameters.

Methods with return type org.apache.lucene.benchmark.stats.TestData

TestData[]
Benchmark according to the implementation, using the workingDir as the place to store things.

Uses in package org.apache.lucene.benchmark.stats

Methods with return type org.apache.lucene.benchmark.stats.TestData

TestData[]
TestData.getAll(File[] sources, Analyzer[] analyzers)
Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
TestData[]
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-2007 Apache Software Foundation. All Rights Reserved.