Class AnalyzerFactory
A factory to create an analyzer.
Inheritance
System.Object
AnalyzerFactory
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class AnalyzerFactory : object
Constructors
|
Improve this Doc
View Source
AnalyzerFactory(IList<CharFilterFactory>, TokenizerFactory, IList<TokenFilterFactory>)
Declaration
public AnalyzerFactory(IList<CharFilterFactory> charFilterFactories, TokenizerFactory tokenizerFactory, IList<TokenFilterFactory> tokenFilterFactories)
Parameters
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OffsetGap
Declaration
public int? OffsetGap { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
PositionIncrementGap
Declaration
public int? PositionIncrementGap { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
|
Improve this Doc
View Source
Create()
Declaration
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
See Also