Class SearchWithCollectorTask
Does search w/ a custom collector
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchWithCollectorTask : SearchTask, IDisposable
Constructors
| Improve this Doc View SourceSearchWithCollectorTask(PerfRunData)
Declaration
public SearchWithCollectorTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Fields
| Improve this Doc View Sourcem_clnName
Declaration
protected string m_clnName
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceWithCollector
Declaration
public override bool WithCollector { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithSearch
Declaration
public override bool WithSearch { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithTraverse
Declaration
public override bool WithTraverse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithWarm
Declaration
public override bool WithWarm { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceCreateCollector()
Declaration
protected override ICollector CreateCollector()
Returns
Type | Description |
---|---|
ICollector |
Overrides
| Improve this Doc View SourceGetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
Returns
Type | Description |
---|---|
IQueryMaker |
Overrides
| Improve this Doc View SourceSetup()
Declaration
public override void Setup()
Overrides
Implements
System.IDisposable