See: Description
Interface | Description |
---|---|
DocMaker |
Create documents for the test.
|
HTMLParser |
HTML Parsing Interfacew for test purposes
|
QueryMaker |
Create queries for the test.
|
Class | Description |
---|---|
AbstractQueryMaker |
Abstract base query maker.
|
BasicDocMaker |
Create documents for the test.
|
DemoHTMLParser |
HTML Parser that is based on Lucene's demo HTML parser.
|
DirDocMaker |
A DocMaker using the Dir collection for its input.
|
DirDocMaker.Iterator | |
DocData |
Output of parsing (e.g.
|
EnwikiDocMaker |
A LineDocMaker which reads the uncompressed english wikipedia dump.
|
FileBasedQueryMaker |
Create queries from a FileReader.
|
LineDocMaker |
A DocMaker reading one line at a time as a Document from
a single file.
|
ReutersDocMaker |
A DocMaker using the Reuters collection for its input.
|
ReutersQueryMaker |
A QueryMaker that makes queries devised manually (by Grant Ingersoll) for
searching in the Reuters collection.
|
SimpleDocMaker |
Create documents for the test.
|
SimpleQueryMaker |
A QueryMaker that makes queries for a collection created
using
SimpleDocMaker . |
SimpleSloppyPhraseQueryMaker |
Create sloppy phrase queries for performance test, in an index created using simple doc maker.
|
SortableSimpleDocMaker |
Adds fields appropriate for sorting.
|
TrecDocMaker |
A DocMaker using the (compressed) Trec collection for its input.
|
Exception | Description |
---|---|
NoMoreDataException |
Exception indicating there is no more data.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.