Class AnalyzerFactory
A factory to create an analyzer.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class AnalyzerFactory
Constructors
AnalyzerFactory(IList<CharFilterFactory>, TokenizerFactory, IList<TokenFilterFactory>)
A factory to create an analyzer.
Declaration
public AnalyzerFactory(IList<CharFilterFactory> charFilterFactories, TokenizerFactory tokenizerFactory, IList<TokenFilterFactory> tokenFilterFactories)
Parameters
Type | Name | Description |
---|---|---|
IList<CharFilterFactory> | charFilterFactories | |
TokenizerFactory | tokenizerFactory | |
IList<TokenFilterFactory> | tokenFilterFactories |
See Also
Properties
Name
A factory to create an analyzer.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
OffsetGap
A factory to create an analyzer.
Declaration
public int? OffsetGap { get; set; }
Property Value
Type | Description |
---|---|
int? |
See Also
PositionIncrementGap
A factory to create an analyzer.
Declaration
public int? PositionIncrementGap { get; set; }
Property Value
Type | Description |
---|---|
int? |
See Also
Methods
Create()
A factory to create an analyzer.
Declaration
public Analyzer Create()
Returns
Type | Description |
---|---|
Analyzer |
See Also
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |