Uses of Class
org.apache.lucene.benchmark.byTask.feeds.ContentSource

Packages that use ContentSource
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
 

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

Subclasses of ContentSource in org.apache.lucene.benchmark.byTask.feeds
 class DirContentSource
          A ContentSource using the Dir collection for its input.
 class EnwikiContentSource
          A ContentSource which reads the English Wikipedia dump.
 class LineDocSource
          A ContentSource reading one line at a time as a Document from a single file.
 class LongToEnglishContentSource
          Creates documents whose content is a long number starting from Long.MIN_VALUE + 10.
 class ReutersContentSource
          A ContentSource reading from the Reuters collection.
 class SingleDocSource
          Creates the same document each time SingleDocSource.getNextDocData(DocData) is called.
 class SortableSingleDocSource
          Adds fields appropriate for sorting: country, random_string and sort_field (int).
 class TrecContentSource
          Implements a ContentSource over the TREC collection.
 

Fields in org.apache.lucene.benchmark.byTask.feeds declared as ContentSource
protected  ContentSource DocMaker.source
           
 



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