Class ISOLatin1AccentFilter
A filter that replaces accented characters in the ISO Latin 1 character set (ISO-8859-1) by their unaccented equivalent. The case will not be altered.
For instance, 'À' will be replaced by 'a'.
Inheritance
System.Object
Lucene.Net.Util.AttributeSource
ISOLatin1AccentFilter
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class ISOLatin1AccentFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
ISOLatin1AccentFilter(TokenStream) |
Methods
Name | Description |
---|---|
IncrementToken() | |
RemoveAccents(Char[], Int32) | To replace accented characters in a String by unaccented equivalents. |