Class WarmTask
Warm reader task: retrieve all reader documents.
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 WarmTask : ReadTask, IDisposable
  Remarks
Note: This task reuses the reader if it is already open. Otherwise a reader is opened at start and closed at the end.
Other side effects: counts additional 1 (record) for each retrieved (non null) document.
Constructors
| Improve this Doc View SourceWarmTask(PerfRunData)
Declaration
public WarmTask(PerfRunData runData)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PerfRunData | runData | 
Properties
| 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 SourceGetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
  Returns
| Type | Description | 
|---|---|
| IQueryMaker | 
Overrides
Implements
      System.IDisposable