Uses of Class
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. 
org.apache.lucene.benchmark.utils Benchmark Utility functions. 
 

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

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

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

Subclasses of DocMaker in org.apache.lucene.benchmark.byTask.feeds
 class SpatialDocMaker
          Indexes spatial data according to a configured SpatialStrategy with optional shape transformation via a configured SpatialDocMaker.ShapeConverter.
 

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

Fields in org.apache.lucene.benchmark.utils declared as DocMaker
protected  DocMaker ExtractWikipedia.docMaker
           
 

Constructors in org.apache.lucene.benchmark.utils with parameters of type DocMaker
ExtractWikipedia(DocMaker docMaker, File outputDir)
           
 



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