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

Packages that use TestData
org.apache.lucene.benchmark.stats   
 

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

Methods in org.apache.lucene.benchmark.stats that return TestData
static TestData[] TestData.getAll(File[] sources, Analyzer[] analyzers)
          Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
static TestData[] TestData.getTestDataMinMaxMergeAndMaxBuffered(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-2010 Apache Software Foundation. All Rights Reserved.