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. 
org.apache.lucene.benchmark.byTask.tasks Extendable 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 DocMaker.config
           
protected  Config AbstractQueryMaker.config
           
 

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

Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type Config
 void LineDocSource.setConfig(Config config)
           
 void LineDocMaker.setConfig(Config config)
          Deprecated.  
 void EnwikiDocMaker.setConfig(Config config)
          Deprecated.  
 void ContentSource.setConfig(Config config)
          Sets the Config for this content source.
 void DirContentSource.setConfig(Config config)
           
 void QueryMaker.setConfig(Config config)
          Set the properties
 void DocMaker.setConfig(Config config)
          Set the configuration parameters of this doc maker.
 void SortableSingleDocSource.setConfig(Config config)
           
 void AbstractQueryMaker.setConfig(Config config)
           
 void TrecContentSource.setConfig(Config config)
           
 void ReutersContentSource.setConfig(Config config)
           
 void EnwikiContentSource.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.
 

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

Methods in org.apache.lucene.benchmark.byTask.tasks with parameters of type Config
static org.apache.lucene.index.IndexDeletionPolicy CreateIndexTask.getIndexDeletionPolicy(Config config)
           
static org.apache.lucene.index.IndexReader OpenReaderTask.openCommitPoint(String userData, org.apache.lucene.store.Directory dir, Config config, boolean readOnly)
           
static void CreateIndexTask.setIndexWriterConfig(org.apache.lucene.index.IndexWriter writer, Config config)
           
 



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