org.apache.lucene.benchmark.byTask.feeds
Class ReutersQueryMaker
- QueryMaker
public class ReutersQueryMaker
A QueryMaker that makes queries devised manually (by Grant Ingersoll) for
searching in the Reuters collection.
makeQuery
public Query makeQuery(int size)
throws Exception
Create the next query, of the given size.
- makeQuery in interface QueryMaker
size
- the size of the query - number of terms, etc.
resetInputs
public void resetInputs()
Reset inputs so that the test run would behave, input wise, as if it just started.
- resetInputs in interface QueryMaker
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.