Class SimpleAnalyzer
An Lucene.
You must specify the required Lucene.
- As of 3.1, Lower
Case uses an int based API to normalize and detect token codepoints. See IsTokenizer Token and Normalize(Int32) for details.Char(Int32)
Inheritance
System.Object
Lucene.Net.Analysis.Analyzer
SimpleAnalyzer
Implements
System.IDisposable
Inherited Members
Lucene.Net.Analysis.Analyzer.Strategy
Lucene.Net.Analysis.Analyzer.Dispose()
Lucene.Net.Analysis.Analyzer.GLOBAL_REUSE_STRATEGY
Lucene.Net.Analysis.Analyzer.PER_FIELD_REUSE_STRATEGY
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)
System.Object.ToString()
Namespace: Lucene.Net.Analysis.Core
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class SimpleAnalyzer : Analyzer, IDisposable
Constructors
| Improve this Doc View SourceSimpleAnalyzer(LuceneVersion)
Creates a new Simple
Declaration
public SimpleAnalyzer(LuceneVersion matchVersion)
Parameters
Type | Name | Description |
---|---|---|
Lucene. |
matchVersion | Lucene. |
Methods
| Improve this Doc View SourceCreateComponents(String, TextReader)
Declaration
protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldName | |
System. |
reader |
Returns
Type | Description |
---|---|
Lucene. |
Overrides
Implements
System.IDisposable