org.apache.lucene.benchmark.byTask.feeds

Class SimpleQueryMaker

public class SimpleQueryMaker extends AbstractQueryMaker implements QueryMaker

A QueryMaker that makes queries for a collection created using SimpleDocMaker.
Method Summary
protected Query[]prepareQueries()
Prepare the queries for this test.

Method Detail

prepareQueries

protected Query[] prepareQueries()
Prepare the queries for this test. Extending classes can overide this method for preparing different queries.

Returns: prepared queries.

Throws: Exception if canot prepare the queries.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.