org.apache.lucene.benchmark.byTask.tasks
Class WarmTask
- Cloneable
Warm reader task.
QueryMaker | getQueryMaker()- Return query maker used for this task.
|
boolean | withRetrieve()- Return true if, with search & results traversing, docs should be retrieved.
|
boolean | withSearch()- Return true if search should be performed.
|
boolean | withTraverse()- Return true if, with search, results should be traversed.
|
boolean | withWarm()- Return true if warming should be performed.
|
clone, doLogic, getDepth, getName, getParams, getRunData, runAndMaybeStats, setDepth, setName, setParams, setup, shouldNeverLogAtStart, shouldNotRecordStats, tearDown, toString |
withRetrieve
public boolean withRetrieve()
Return true if, with search & results traversing, docs should be retrieved.
- withRetrieve in interface ReadTask
withSearch
public boolean withSearch()
Return true if search should be performed.
- withSearch in interface ReadTask
withTraverse
public boolean withTraverse()
Return true if, with search, results should be traversed.
- withTraverse in interface ReadTask
withWarm
public boolean withWarm()
Return true if warming should be performed.
- withWarm in interface ReadTask
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.