Class SimpleQueryMaker
A IQueryMaker that makes queries for a collection created using SingleDocSource.
Implements
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SimpleQueryMaker : AbstractQueryMaker, IQueryMaker
Methods
PrepareQueries()
Prepare the queries for this test. Extending classes can override this method for preparing different queries.
Declaration
protected override Query[] PrepareQueries()
Returns
Type | Description |
---|---|
Query[] | Prepared queries. |
Overrides
Exceptions
Type | Condition |
---|---|
Exception | If cannot prepare the queries. |