Class AddIndexesTask
Adds an input index to an existing index, using
AddIndexes(Directory[]) or
AddIndexes(IndexReader[]). The location of the input
index is specified by the parameter ADDINDEXES_INPUT_DIR and is
assumed to be a directory on the file system.
Takes optional parameter Lucene.Net.Benchmarks.ByTask.Tasks.AddIndexesTask.useAddIndexesDir which specifies which
AddIndexes variant to use (defaults to true
, to use AddIndexes(Directory)
).
Inheritance
System.Object
AddIndexesTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class AddIndexesTask : PerfTask
Constructors
|
Improve this Doc
View Source
AddIndexesTask(PerfRunData)
Declaration
public AddIndexesTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
public static readonly string ADDINDEXES_INPUT_DIR
Field Value
Type |
Description |
System.String |
|
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)
Set the params (useAddIndexesDir only)
Declaration
public override void SetParams(string params)
Parameters
Overrides
|
Improve this Doc
View Source
Setup()
Declaration
public override void Setup()
Overrides
|
Improve this Doc
View Source
TearDown()
Declaration
public override void TearDown()
Overrides