Uses of Class
org.apache.lucene.benchmark.byTask.utils.Config

Packages that use Config
org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks. 
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
org.apache.lucene.benchmark.byTask.stats Statistics maintained when running benchmark tasks. 
 

Uses of Config in org.apache.lucene.benchmark.byTask
 

Methods in org.apache.lucene.benchmark.byTask that return Config
 Config PerfRunData.getConfig()
           
 

Constructors in org.apache.lucene.benchmark.byTask with parameters of type Config
PerfRunData(Config config)
           
 

Uses of Config in org.apache.lucene.benchmark.byTask.feeds
 

Fields in org.apache.lucene.benchmark.byTask.feeds declared as Config
protected  Config BasicDocMaker.config
           
protected  Config AbstractQueryMaker.config
           
 

Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type Config
 void BasicDocMaker.setConfig(Config config)
           
 void QueryMaker.setConfig(Config config)
          Set the properties
 void ReutersDocMaker.setConfig(Config config)
           
 void DirDocMaker.setConfig(Config config)
           
 void TrecDocMaker.setConfig(Config config)
           
 void DocMaker.setConfig(Config config)
          Set the properties
 void AbstractQueryMaker.setConfig(Config config)
           
 

Uses of Config in org.apache.lucene.benchmark.byTask.stats
 

Constructors in org.apache.lucene.benchmark.byTask.stats with parameters of type Config
Points(Config config)
          Create a Points statistics object.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.