Class OpenIndexTask
Inheritance
System.Object
OpenIndexTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class OpenIndexTask : PerfTask
Constructors
|
Improve this Doc
View Source
OpenIndexTask(PerfRunData)
Declaration
public OpenIndexTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
DEFAULT_MAX_BUFFERED
Declaration
public static readonly int DEFAULT_MAX_BUFFERED
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DEFAULT_MERGE_PFACTOR
Declaration
public static readonly int DEFAULT_MERGE_PFACTOR
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DEFAULT_RAM_FLUSH_MB
Declaration
public static readonly double DEFAULT_RAM_FLUSH_MB
Field Value
Type |
Description |
System.Double |
|
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