Uses of Class
org.apache.lucene.benchmark.byTask.feeds.ContentSource
Packages that use ContentSource
Package
Description
Benchmarking Lucene By Tasks
Sources for benchmark inputs: documents and queries.
-
Uses of ContentSource in org.apache.lucene.benchmark.byTask
Methods in org.apache.lucene.benchmark.byTask that return ContentSource -
Uses of ContentSource in org.apache.lucene.benchmark.byTask.feeds
Subclasses of ContentSource in org.apache.lucene.benchmark.byTask.feedsModifier and TypeClassDescriptionclass
AContentSource
using the Dir collection for its input.class
AContentSource
which reads the English Wikipedia dump.class
AContentSource
reading one line at a time as aDocument
from a single file.class
Creates documents whose content is along
number starting fromLong.MIN_VALUE
+ 10class
AContentSource
reading from the Reuters collection.class
Creates the same document each timeSingleDocSource.getNextDocData(DocData)
is called.class
Adds fields appropriate for sorting: country, random_string and sort_field (int).class
Implements aContentSource
over the TREC collection.Fields in org.apache.lucene.benchmark.byTask.feeds declared as ContentSourceMethods in org.apache.lucene.benchmark.byTask.feeds with parameters of type ContentSourceModifier and TypeMethodDescriptionvoid
DocMaker.setConfig
(Config config, ContentSource source) Set the configuration parameters of this doc maker.void
SpatialDocMaker.setConfig
(Config config, ContentSource source)