org.apache.lucene.benchmark.byTask.tasks

Class SearchTask

public class SearchTask extends ReadTask

Search task.

Note: This task reuses the reader if it is already open. Otherwise a reader is opened at start and closed at the end.

Constructor Summary
SearchTask(PerfRunData runData)
Method Summary
QueryMakergetQueryMaker()
booleanwithRetrieve()
booleanwithSearch()
booleanwithTraverse()
booleanwithWarm()

Constructor Detail

SearchTask

public SearchTask(PerfRunData runData)

Method Detail

getQueryMaker

public QueryMaker getQueryMaker()

withRetrieve

public boolean withRetrieve()

withSearch

public boolean withSearch()

withTraverse

public boolean withTraverse()

withWarm

public boolean withWarm()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.