Class ForceMergeTask
Runs forceMerge on the index.
Other side effects: none.
Inheritance
System.Object
ForceMergeTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ForceMergeTask : PerfTask
Constructors
|
Improve this Doc
View Source
ForceMergeTask(PerfRunData)
Declaration
public ForceMergeTask(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