Class TurkishLowerCaseFilter
Normalizes Turkish token text to lower case.
Turkish and Azeri have unique casing behavior for some characters. This filter applies Turkish lowercase rules. For more information, see http://en.wikipedia.org/wiki/Turkish_dotted_and_dotless_I
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Analysis.Tr
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class TurkishLowerCaseFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceTurkishLowerCaseFilter(TokenStream)
Create a new TurkishLowerCaseFilter, that normalizes Turkish token text to lower case.
Declaration
public TurkishLowerCaseFilter(TokenStream in)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | in | TokenStream to filter |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override sealed bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IDisposable