Class CloseIndexTask
Close index writer.
Other side effects: index writer object in perfRunData is nullified.
Takes optional param "doWait": if false, then close(false) is called.
Inheritance
System.Object
CloseIndexTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class CloseIndexTask : PerfTask
Constructors
|
Improve this Doc
View Source
CloseIndexTask(PerfRunData)
Declaration
public CloseIndexTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
SupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides