Class RussianLetterTokenizer
A Russian
You must specify the required Lucene
- As of 3.1, Char
Tokenizer uses an int based API to normalize and detect token characters. See IsToken and Normalize(Int32) for details.Char(Int32)
Inheritance
System.Object
RussianLetterTokenizer
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Ru
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class RussianLetterTokenizer : CharTokenizer, IDisposable
Constructors
| Improve this Doc View SourceRussianLetterTokenizer(LuceneVersion, AttributeSource.AttributeFactory, TextReader)
Construct a new RussianLetterTokenizer using a given
Attribute
Declaration
public RussianLetterTokenizer(LuceneVersion matchVersion, AttributeSource.AttributeFactory factory, TextReader in)
Parameters
Type | Name | Description |
---|---|---|
Lucene |
matchVersion | lucene compatibility version |
Attribute |
factory | the attribute factory to use for this Tokenizer |
Text |
in | the input to split up into tokens |
RussianLetterTokenizer(LuceneVersion, TextReader)
Construct a new Russian
Declaration
public RussianLetterTokenizer(LuceneVersion matchVersion, TextReader in)
Parameters
Type | Name | Description |
---|---|---|
Lucene |
matchVersion | lucene compatibility version |
Text |
in | the input to split up into tokens |
Methods
| Improve this Doc View SourceIsTokenChar(Int32)
Collects only characters which satisfy
Declaration
protected override bool IsTokenChar(int c)
Parameters
Type | Name | Description |
---|---|---|
System. |
c |
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
IDisposable