FileDocCategorySizeDatePackage
QueryMaker.javaAPI DocApache Lucene 2.2.01684Sat Jun 16 22:20:58 BST 2007org.apache.lucene.benchmark.byTask.feeds

QueryMaker

public interface QueryMaker
Create queries for the test.

Fields Summary
Constructors Summary
Methods Summary
public org.apache.lucene.search.QuerymakeQuery(int size)
Create the next query, of the given size.

param
size 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.

public org.apache.lucene.search.QuerymakeQuery()
Create the next query

public java.lang.StringprintQueries()
Print the queries

public voidresetInputs()
Reset inputs so that the test run would behave, input wise, as if it just started.

public voidsetConfig(org.apache.lucene.benchmark.byTask.utils.Config config)
Set the properties

throws
Exception