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.Collections.Generic.IList<CharFilterFactory> | charFilterFactories | |
| TokenizerFactory | tokenizerFactory | |
| System.Collections.Generic.IList<TokenFilterFactory> | tokenFilterFactories | 
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OffsetGap
Declaration
public int? OffsetGap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
PositionIncrementGap
Declaration
public int? PositionIncrementGap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Methods
| Improve this Doc View SourceCreate()
Declaration
public Analyzer Create()
  Returns
| Type | Description | 
|---|---|
| Analyzer | 
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()