Class SearchTravRetLoadFieldSelectorTask
Search and Traverse and Retrieve docs task using a
FieldVisitor loading only the requested fields.
Inheritance
System.Object
SearchTravRetLoadFieldSelectorTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravRetLoadFieldSelectorTask : SearchTravTask
Constructors
|
Improve this Doc
View Source
SearchTravRetLoadFieldSelectorTask(PerfRunData)
Declaration
public SearchTravRetLoadFieldSelectorTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_fieldsToLoad
Declaration
protected ISet<string> m_fieldsToLoad
Field Value
Type |
Description |
ISet<System.String> |
|
Properties
|
Improve this Doc
View Source
SupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
See Also
|
Improve this Doc
View Source
WithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
RetrieveDoc(IndexReader, Int32)
Declaration
protected override Document RetrieveDoc(IndexReader ir, int id)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides