Uses of Interface
org.apache.lucene.benchmark.byTask.feeds.DocMaker

Packages that use DocMaker
org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks. 
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
 

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

Methods in org.apache.lucene.benchmark.byTask that return DocMaker
 DocMaker PerfRunData.getDocMaker()
           
 

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

Classes in org.apache.lucene.benchmark.byTask.feeds that implement DocMaker
 class BasicDocMaker
          Create documents for the test.
 class DirDocMaker
          A DocMaker using the Dir collection for its input.
 class EnwikiDocMaker
          A LineDocMaker which reads the uncompressed english wikipedia dump.
 class LineDocMaker
          A DocMaker reading one line at a time as a Document from a single file.
 class ReutersDocMaker
          A DocMaker using the Reuters collection for its input.
 class SimpleDocMaker
          Create documents for the test.
 class TrecDocMaker
          A DocMaker using the (compressed) Trec collection for its input.
 



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