Class WarmTask
Warm reader task: retrieve all reader documents.
Inheritance
System.Object
WarmTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class WarmTask : ReadTask
Constructors
|
Improve this Doc
View Source
WarmTask(PerfRunData)
Declaration
public WarmTask(PerfRunData runData)
Parameters
Properties
|
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