public interface QueryMaker
Modifier and Type | Method and Description |
---|---|
Query |
makeQuery()
Create the next query
|
Query |
makeQuery(int size)
Create the next query, of the given size.
|
java.lang.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
|
Query makeQuery(int size) throws java.lang.Exception
size
- the size of the query - number of terms, etc.java.lang.Exception
- if cannot make the query, or if size > 0 was specified but this feature is not supported.Query makeQuery() throws java.lang.Exception
java.lang.Exception
void setConfig(Config config) throws java.lang.Exception
java.lang.Exception
void resetInputs() throws java.lang.Exception
java.lang.Exception
java.lang.String printQueries()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.