Class AnalyzerFactory
A factory to create an analyzer.
Inheritance
System.Object
AnalyzerFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Benchmarks.ByTask.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public sealed class AnalyzerFactory
Constructors
| Improve this Doc View SourceAnalyzerFactory(IList<CharFilterFactory>, TokenizerFactory, IList<TokenFilterFactory>)
Declaration
public AnalyzerFactory(IList<CharFilterFactory> charFilterFactories, TokenizerFactory tokenizerFactory, IList<TokenFilterFactory> tokenFilterFactories)
Parameters
Type | Name | Description |
---|---|---|
System. |
charFilterFactories | |
Tokenizer |
tokenizerFactory | |
System. |
tokenFilterFactories |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
OffsetGap
Declaration
public int? OffsetGap { get; set; }
Property Value
Type | Description |
---|---|
System. |
PositionIncrementGap
Declaration
public int? PositionIncrementGap { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceCreate()
Declaration
public Analyzer Create()
Returns
Type | Description |
---|---|
Analyzer |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()