Class SearchWithCollectorTask
Does search w/ a custom collector
Inheritance
System.Object
SearchWithCollectorTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchWithCollectorTask : SearchTask
Constructors
|
Improve this Doc
View Source
SearchWithCollectorTask(PerfRunData)
Declaration
public SearchWithCollectorTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_clnName
Declaration
protected string m_clnName
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
WithCollector
Declaration
public override bool WithCollector { get; }
Property Value
Type |
Description |
System.Boolean |
|
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
CreateCollector()
Declaration
protected override ICollector CreateCollector()
Returns
Overrides
|
Improve this Doc
View Source
GetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
Returns
Overrides
|
Improve this Doc
View Source
Setup()
Declaration
public override void Setup()
Overrides