public abstract class AbstractQueryMaker extends Object implements QueryMaker
prepareQueries() method.| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected int |
qnum |
protected org.apache.lucene.search.Query[] |
queries |
| Constructor and Description |
|---|
AbstractQueryMaker() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
makeQuery()
Create the next query
|
org.apache.lucene.search.Query |
makeQuery(int size)
Create the next query, of the given size.
|
protected int |
nextQnum() |
protected abstract org.apache.lucene.search.Query[] |
prepareQueries() |
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
|
protected int qnum
protected org.apache.lucene.search.Query[] queries
protected Config config
public void resetInputs()
QueryMakerresetInputs in interface QueryMakerprotected abstract org.apache.lucene.search.Query[] prepareQueries()
throws Exception
Exceptionpublic void setConfig(Config config) throws Exception
QueryMakersetConfig in interface QueryMakerExceptionpublic String printQueries()
QueryMakerprintQueries in interface QueryMakerpublic org.apache.lucene.search.Query makeQuery()
throws Exception
QueryMakermakeQuery in interface QueryMakerExceptionprotected int nextQnum()
public org.apache.lucene.search.Query makeQuery(int size)
throws Exception
QueryMakermakeQuery in interface QueryMakersize - the size of the query - number of terms, etc.Exception - if cannot make the query, or if size>0 was specified but this feature is not supported.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.