org.apache.lucene.benchmark.byTask.feeds

Class SimpleSloppyPhraseQueryMaker

Implemented Interfaces:
QueryMaker

public class SimpleSloppyPhraseQueryMaker
extends SimpleQueryMaker

Create sloppy phrase queries for performance test, in an index created using simple doc maker.

Method Summary

protected Query[]
prepareQueries()
Prepare the queries for this test.

Methods inherited from class org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker

makeQuery, makeQuery, prepareQueries, printQueries, resetInputs, setConfig

Method Details

prepareQueries

protected Query[] prepareQueries()
            throws Exception
Prepare the queries for this test. Extending classes can overide this method for preparing different queries.
Overrides:
prepareQueries in interface SimpleQueryMaker
Returns:
prepared queries.

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