Home » lucene-2.3.2-src » org.apache » lucene » benchmark » byTask » feeds »

org.apache.lucene.benchmark.byTask.feeds

Interfaces:

DocMaker   Create documents for the test.  code | html
HTMLParser   HTML Parsing Interfacew for test purposes  code | html
QueryMaker   Create queries for the test.  code | html

Abstract Classes:

AbstractQueryMaker   Abstract base query maker.  code | html
BasicDocMaker   Create documents for the test.  code | html

Classes:

BasicDocMaker.LeftOver     code | html
DemoHTMLParser   HTML Parser that is based on Lucene's demo HTML parser.  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
EnwikiDocMaker   A LineDocMaker which reads the uncompressed english wikipedia dump.  code | html
EnwikiDocMaker.DocState     code | html
EnwikiDocMaker.Parser     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
NoMoreDataException   Exception indicating there is no more data.  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.SimpleDocMaker code | html
SimpleSloppyPhraseQueryMaker   Create sloppy phrase queries for performance test, in an index created using simple doc maker.  code | html
TrecDocMaker   A DocMaker using the (compressed) Trec collection for its input.  code | html