public class ISOLatin1AccentFilter
extends org.apache.lucene.analysis.TokenFilter
For instance, 'à' will be replaced by 'a'.
| Constructor and Description |
|---|
ISOLatin1AccentFilter(org.apache.lucene.analysis.TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Token |
next() |
static String |
removeAccents(String input)
To replace accented characters in a String by unaccented equivalents.
|
public ISOLatin1AccentFilter(org.apache.lucene.analysis.TokenStream input)
public final org.apache.lucene.analysis.Token next()
throws IOException
next in class org.apache.lucene.analysis.TokenStreamIOExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}