Class SearchTravTask
Search and Traverse task.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravTask : ReadTask
Remarks
Note: This task reuses the reader if it is already open. Otherwise a reader is opened at start and closed at the end.
Takes optional param: traversal size (otherwise all results are traversed).
Other side effects: counts additional 1 (record) for each traversed hit.
Constructors
Name | Description |
---|---|
SearchTravTask(PerfRunData) |
Fields
Name | Description |
---|---|
m_traversalSize |
Properties
Name | Description |
---|---|
SupportsParams | |
TraversalSize | |
WithRetrieve | |
WithSearch | |
WithTraverse | |
WithWarm |
Methods
Name | Description |
---|---|
GetQueryMaker() | |
SetParams(String) |