Interface IQueryMaker
Create queries for the test.
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IQueryMaker
Methods
Name | Description |
---|---|
MakeQuery() | Create the next query |
MakeQuery(Int32) | Create the next query, of the given size. |
PrintQueries() | Print the queries |
ResetInputs() | Reset inputs so that the test run would behave, input wise, as if it just started. |
SetConfig(Config) | Set the properties |