Class GreekLowerCaseFilter
Normalizes token text to lower case, removes some Greek diacritics, and standardizes final sigma to sigma.
You must specify the required LuceneVersion compatibility when creating GreekLowerCaseFilter:
- As of 3.1, supplementary characters are properly lowercased.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class GreekLowerCaseFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
GreekLowerCaseFilter(LuceneVersion, TokenStream) | Create a GreekLowerCaseFilter that normalizes Greek token text. |
Methods
Name | Description |
---|---|
IncrementToken() |