Uses of Package
org.apache.lucene.benchmark.byTask.feeds
Packages that use org.apache.lucene.benchmark.byTask.feeds
Package
Description
Benchmarking Lucene By Tasks
Sources for benchmark inputs: documents and queries.
Extendable benchmark tasks.
Benchmark Utility functions.
-
Classes in org.apache.lucene.benchmark.byTask.feeds used by org.apache.lucene.benchmark.byTaskClassDescriptionRepresents content from a specified source, such as TREC, Reuters etc.Creates
Document
objects.Source items for facets.Create queries for the test. -
Classes in org.apache.lucene.benchmark.byTask.feeds used by org.apache.lucene.benchmark.byTask.feedsClassDescriptionAbstract base query maker.Base class for source of data for benchmarkingRepresents content from a specified source, such as TREC, Reuters etc.Output of parsing (e.g.Creates
Document
objects.Document state, supports reuse of field instances across documents (seereuseFields
parameter).Source items for facets.HTML Parsing Interface for test purposesReader of a single input line intoDocData
.Exception indicating there is no more data.Create queries for the test.A QueryMaker that makes queries for a collection created usingSingleDocSource
.Creates the same document each timeSingleDocSource.getNextDocData(DocData)
is called.Converts one shape to another.Implements aContentSource
over the TREC collection.Parser for trec doc content, invoked on doc text excluding <DOC> and <DOCNO> which are handled in TrecContentSource.Types of trec parse paths, -
Classes in org.apache.lucene.benchmark.byTask.feeds used by org.apache.lucene.benchmark.byTask.tasks
-
Classes in org.apache.lucene.benchmark.byTask.feeds used by org.apache.lucene.benchmark.utils