Class OpenIndexTask
Open an index writer.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class OpenIndexTask : PerfTask
Remarks
Other side effects: index writer object in perfRunData is set.
Relevant properties:
- merge.factor
- max.buffered
- max.field.length
- ram.flush.mb[default 0]
Accepts a param specifying the commit point as previously saved with CommitIndexTask. If you specify this, it rolls the index back to that commit on opening the IndexWriter.
Constructors
Name | Description |
---|---|
OpenIndexTask(PerfRunData) |
Fields
Name | Description |
---|---|
DEFAULT_MAX_BUFFERED | |
DEFAULT_MERGE_PFACTOR | |
DEFAULT_RAM_FLUSH_MB |
Properties
Name | Description |
---|---|
SupportsParams |
Methods
Name | Description |
---|---|
DoLogic() | |
SetParams(String) |