Class SearchTask
Search task.
Note: This task reuses the reader if it is already open.
Otherwise a reader is opened at start and closed at the end.
Inheritance
System.Object
SearchTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchTask : ReadTask
Constructors
|
Improve this Doc
View Source
SearchTask(PerfRunData)
Declaration
public SearchTask(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