Class WhitespaceAnalyzer
An Lucene.
You must specify the required Lucene.
- As of 3.1, Whitespace
Tokenizer uses an int based API to normalize and detect token codepoints. See IsToken and Normalize(Int32) for details.Char(Int32)
Inheritance
System.Object
Lucene.Net.Analysis.Analyzer
WhitespaceAnalyzer
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 WhitespaceAnalyzer : Analyzer, IDisposable
Constructors
| Improve this Doc View SourceWhitespaceAnalyzer(LuceneVersion)
Creates a new Whitespace
Declaration
public WhitespaceAnalyzer(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