Package | Description |
---|---|
org.apache.lucene.benchmark.byTask |
Benchmarking Lucene By Tasks.
|
org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
org.apache.lucene.benchmark.utils |
Modifier and Type | Method and Description |
---|---|
DocMaker |
PerfRunData.getDocMaker() |
Modifier and Type | Class and Description |
---|---|
class |
BasicDocMaker
Create documents for the test.
|
class |
DirDocMaker
A DocMaker using the Dir collection for its input.
|
class |
EnwikiDocMaker
A LineDocMaker which reads the uncompressed english wikipedia dump.
|
class |
LineDocMaker
A DocMaker reading one line at a time as a Document from
a single file.
|
class |
ReutersDocMaker
A DocMaker using the Reuters collection for its input.
|
class |
SimpleDocMaker
Create documents for the test.
|
class |
SortableSimpleDocMaker
Adds fields appropriate for sorting.
|
class |
TrecDocMaker
A DocMaker using the (compressed) Trec collection for its input.
|
Modifier and Type | Field and Description |
---|---|
protected DocMaker |
ExtractWikipedia.docMaker |
Constructor and Description |
---|
ExtractWikipedia(DocMaker docMaker,
File outputDir) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.