Uses of Class
org.apache.lucene.benchmark.byTask.feeds.ContentItemsSource
Packages that use ContentItemsSource
Package
Description
Sources for benchmark inputs: documents and queries.
-
Uses of ContentItemsSource in org.apache.lucene.benchmark.byTask.feeds
Subclasses of ContentItemsSource in org.apache.lucene.benchmark.byTask.feedsModifier and TypeClassDescriptionclass
Represents content from a specified source, such as TREC, Reuters etc.class
AContentSource
using the Dir collection for its input.class
AContentSource
which reads the English Wikipedia dump.class
Source items for facets.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
Simple implementation of a random facet sourceclass
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.