Class SearchTravRetLoadFieldSelectorTask
Search and Traverse and Retrieve docs task using a FieldVisitor loading only the requested fields.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravRetLoadFieldSelectorTask : SearchTravTask
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: comma separated list of Fields to load.
Other side effects: counts additional 1 (record) for each traversed hit, and 1 more for each retrieved (non null) document.
Constructors
Name | Description |
---|---|
SearchTravRetLoadFieldSelectorTask(PerfRunData) |
Fields
Name | Description |
---|---|
m_fieldsToLoad |
Properties
Name | Description |
---|---|
SupportsParams | |
WithRetrieve |
Methods
Name | Description |
---|---|
RetrieveDoc(IndexReader, Int32) | |
SetParams(String) |