FileDocCategorySizeDatePackage
WarmTask.javaAPI DocApache Lucene 2.1.01476Wed Feb 14 10:46:16 GMT 2007org.apache.lucene.benchmark.byTask.tasks

WarmTask

public class WarmTask extends ReadTask
Warm reader task.

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

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

    return null; // not required for this task.
  
public booleanwithRetrieve()

    return false;
  
public booleanwithSearch()

    return false;
  
public booleanwithTraverse()

    return false;
  
public booleanwithWarm()

    return true;