Class NewAnalyzerTask
Create a new Analyzer and set it it in the getRunData() for use by all future tasks.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class NewAnalyzerTask : PerfTask
Constructors
Name | Description |
---|---|
NewAnalyzerTask(PerfRunData) |
Properties
Name | Description |
---|---|
SupportsParams |
Methods
Name | Description |
---|---|
CreateAnalyzer(String) | |
DoLogic() | |
SetParams(String) | Set the params (analyzerName only), Comma-separate list of Analyzer class names. If the Analyzer lives in Lucene.Net.Analysis, the name can be shortened by dropping the Lucene.Net.Analysis part of the Fully Qualified Class Name. Analyzer names may also refer to previously defined AnalyzerFactory's. Example Declaration:
Example AnalyzerFactory usage:
|