FileDocCategorySizeDatePackage
SearchTask.javaAPI DocApache Lucene 2.2.01551Sat Jun 16 22:20:58 BST 2007org.apache.lucene.benchmark.byTask.tasks

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.

Fields Summary
Constructors Summary
public SearchTask(org.apache.lucene.benchmark.byTask.PerfRunData runData)

    super(runData);
  
Methods Summary
public org.apache.lucene.benchmark.byTask.feeds.QueryMakergetQueryMaker()

    return getRunData().getQueryMaker(this);
  
public booleanwithRetrieve()

    return false;
  
public booleanwithSearch()

    return true;
  
public booleanwithTraverse()

    return false;
  
public booleanwithWarm()

    return false;