org.apache.lucene.benchmark.byTask.feeds
Class SimpleSloppyPhraseQueryMaker
java.lang.Object
org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
org.apache.lucene.benchmark.byTask.feeds.SimpleSloppyPhraseQueryMaker
- All Implemented Interfaces:
- QueryMaker
public class SimpleSloppyPhraseQueryMaker
- extends SimpleQueryMaker
Create sloppy phrase queries for performance test, in an index created using simple doc maker.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSloppyPhraseQueryMaker
public SimpleSloppyPhraseQueryMaker()
prepareQueries
protected Query[] prepareQueries()
throws Exception
- Description copied from class:
SimpleQueryMaker
- Prepare the queries for this test.
Extending classes can override this method for preparing different queries.
- Overrides:
prepareQueries
in class SimpleQueryMaker
- Returns:
- prepared queries.
- Throws:
Exception
- if cannot prepare the queries.