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.
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 SearchTask : ReadTask, IDisposable
  Constructors
| Improve this Doc View SourceSearchTask(PerfRunData)
Declaration
public SearchTask(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