Class AddDocTask
Add a document, optionally of a certain size.
Other side effects: none.
Takes optional param: document size.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class AddDocTask : PerfTask
Constructors
Name | Description |
---|---|
AddDocTask(PerfRunData) |
Fields
Name | Description |
---|---|
m_doc | Volatile data passed between Setup(), DoLogic(), TearDown(). The doc is created at Setup() and added at DoLogic(). |
Properties
Name | Description |
---|---|
SupportsParams |
Methods
Name | Description |
---|---|
DoLogic() | |
GetLogMessage(Int32) | |
SetParams(String) | Set the params (docSize only). |
Setup() | |
TearDown() |