| HTMLParser | HTML Parsing Interface for test purposes | code | html |
| QueryMaker | Create queries for the test. | code | html |
| AbstractQueryMaker | Abstract base query maker. | code | html |
| BasicDocMaker | Create documents for the test. | code | html |
| ContentSource | Represents content from a specified source, such as TREC, Reuters etc. | code | html |
| BasicDocMaker.LeftOver | code | html | |
| DemoHTMLParser | HTML Parser that is based on Lucene's demo HTML parser. | code | html |
| DirContentSource | A ContentSource using the Dir collection for its input. | code | html |
| DirContentSource.DateFormatInfo | code | html | |
| DirContentSource.Iterator | code | html | |
| DirContentSource.Iterator.Comparator | code | html | |
| DirDocMaker | A DocMaker using the Dir collection for its input. | code | html |
| DirDocMaker.Iterator | code | html | |
| DirDocMaker.Iterator.Comparator | code | html | |
| DocData | Output of parsing (e.g. HTML parsing) of an input document. | code | html |
| DocMaker | Creates Document objects. | code | html |
| DocMaker.DocState | code | html | |
| DocMaker.LeftOver | code | html | |
| EnwikiContentSource | A ContentSource which reads the English Wikipedia dump. | code | html |
| EnwikiContentSource.Parser | code | html | |
| EnwikiDocMaker | A LineDocMaker which reads the uncompressed english wikipedia dump. | code | html |
| EnwikiDocMaker.DocState | code | html | |
| EnwikiDocMaker.Parser | code | html | |
| EnwikiQueryMaker | A QueryMaker that uses common and uncommon actual Wikipedia queries for searching the English Wikipedia collection. | code | html |
| FileBasedQueryMaker | Create queries from a FileReader. | code | html |
| LineDocMaker | A DocMaker reading one line at a time as a Document from a single file. | code | html |
| LineDocMaker.DocState | code | html | |
| LineDocSource | A ContentSource reading one line at a time as a org.apache.lucene.document.Document from a single file. | code | html |
| NoMoreDataException | Exception indicating there is no more data. | code | html |
| ReutersContentSource | A ContentSource reading from the Reuters collection. | code | html |
| ReutersContentSource.DateFormatInfo | code | html | |
| ReutersDocMaker | A DocMaker using the Reuters collection for its input. | code | html |
| ReutersQueryMaker | A QueryMaker that makes queries devised manually (by Grant Ingersoll) for searching in the Reuters collection. | code | html |
| SimpleDocMaker | Create documents for the test. | code | html |
| SimpleQueryMaker | A QueryMaker that makes queries for a collection created using org.apache.lucene.benchmark.byTask.feeds.SingleDocSource . | code | html |
| SimpleSloppyPhraseQueryMaker | Create sloppy phrase queries for performance test, in an index created using simple doc maker. | code | html |
| SingleDocSource | Creates the same document each time #getNextDocData(DocData) is called. | code | html |
| SortableSimpleDocMaker | Adds fields appropriate for sorting. | code | html |
| SortableSingleDocSource | Adds fields appropriate for sorting: country, random_string and sort_field (int). | code | html |
| TrecContentSource | Implements a ContentSource over the TREC collection. | code | html |
| TrecContentSource.DateFormatInfo | code | html | |
| TrecDocMaker | A DocMaker using the (compressed) Trec collection for its input. | code | html |