Class ReadTokensTask
Simple task to test performance of tokenizers. It just
creates a token stream for each field of the document and
read all tokens out of that stream.
Inheritance
System.Object
ReadTokensTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ReadTokensTask : PerfTask
Constructors
|
Improve this Doc
View Source
ReadTokensTask(PerfRunData)
Declaration
public ReadTokensTask(PerfRunData runData)
Parameters
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetLogMessage(Int32)
Declaration
protected override string GetLogMessage(int recsCount)
Parameters
Type |
Name |
Description |
System.Int32 |
recsCount |
|
Returns
Type |
Description |
System.String |
|
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