See: Description
| Interface | Description |
|---|---|
| HTMLParser |
HTML Parsing Interface for test purposes
|
| QueryMaker |
Create queries for the test.
|
| Class | Description |
|---|---|
| AbstractQueryMaker |
Abstract base query maker.
|
| ContentSource |
Represents content from a specified source, such as TREC, Reuters etc.
|
| DemoHTMLParser |
HTML Parser that is based on Lucene's demo HTML parser.
|
| DirContentSource |
A
ContentSource using the Dir collection for its input. |
| DirContentSource.Iterator | |
| DocData |
Output of parsing (e.g.
|
| DocMaker |
Creates
Document objects. |
| EnwikiContentSource |
A
ContentSource which reads the English Wikipedia dump. |
| EnwikiDocMaker | Deprecated
Please use
DocMaker instead, with content.source=EnwikiContentSource |
| EnwikiQueryMaker |
A QueryMaker that uses common and uncommon actual Wikipedia queries for
searching the English Wikipedia collection.
|
| FileBasedQueryMaker |
Create queries from a FileReader.
|
| LineDocMaker | Deprecated
Please use
DocMaker instead, with content.source=LineDocSource |
| LineDocSource |
A
ContentSource reading one line at a time as a
Document from a single file. |
| ReutersContentSource |
A
ContentSource reading from the Reuters collection. |
| ReutersQueryMaker |
A QueryMaker that makes queries devised manually (by Grant Ingersoll) for
searching in the Reuters collection.
|
| SimpleQueryMaker |
A QueryMaker that makes queries for a collection created
using
SingleDocSource. |
| SimpleSloppyPhraseQueryMaker |
Create sloppy phrase queries for performance test, in an index created using simple doc maker.
|
| SingleDocSource |
Creates the same document each time
SingleDocSource.getNextDocData(DocData) is called. |
| SortableSingleDocSource |
Adds fields appropriate for sorting: country, random_string and sort_field
(int).
|
| TrecContentSource |
Implements a
ContentSource over the TREC collection. |
| Exception | Description |
|---|---|
| NoMoreDataException |
Exception indicating there is no more data.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.