Package | Description |
---|---|
org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
Modifier and Type | Class | Description |
---|---|---|
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
. |
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. |
Modifier and Type | Field | Description |
---|---|---|
protected ContentSource |
DocMaker.source |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.