Class SearchTravTask
Search and Traverse task.
Inheritance
System.Object
SearchTravTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTravTask : ReadTask
Constructors
|
Improve this Doc
View Source
SearchTravTask(PerfRunData)
Declaration
public SearchTravTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_traversalSize
Declaration
protected int m_traversalSize
Field Value
Type |
Description |
System.Int32 |
|
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
TraversalSize
Declaration
public override int TraversalSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
WithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithSearch
Declaration
public override bool WithSearch { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithTraverse
Declaration
public override bool WithTraverse { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithWarm
Declaration
public override bool WithWarm { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
GetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
Returns
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides