Uses of Class
org.apache.lucene.benchmark.byTask.feeds.ContentSource
-
Packages that use ContentSource Package Description 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 Modifier and Type Class Description class
DirContentSource
AContentSource
using the Dir collection for its input.class
EnwikiContentSource
AContentSource
which reads the English Wikipedia dump.class
LineDocSource
AContentSource
reading one line at a time as aDocument
from a single file.class
LongToEnglishContentSource
Creates documents whose content is along
number starting from
.Long.MIN_VALUE
+ 10class
ReutersContentSource
AContentSource
reading from the Reuters collection.class
SingleDocSource
Creates the same document each timeSingleDocSource.getNextDocData(DocData)
is called.class
SortableSingleDocSource
Adds fields appropriate for sorting: country, random_string and sort_field (int).class
TrecContentSource
Implements aContentSource
over the TREC collection.Fields in org.apache.lucene.benchmark.byTask.feeds declared as ContentSource Modifier and Type Field Description protected ContentSource
DocMaker. source
-