org.apache.lucene.benchmark.byTask.feeds
public interface QueryMaker
Method Summary | |
---|---|
Query | makeQuery(int size)
Create the next query, of the given size. |
Query | makeQuery() Create the next query |
String | printQueries() Print the queries |
void | resetInputs() Reset inputs so that the test run would behave, input wise, as if it just started. |
void | setConfig(Config config) Set the properties |
Parameters: size the size of the query - number of terms, etc.
Throws: if cannot make the query, or if size>0 was specified but this feature is not supported.
Throws: Exception