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
Fields
Properties
Methods
Extension Methods