ASCIIFoldingFilterFactory instead.
$Id: ISOLatin1AccentFilterFactory.java 1303937 2012-03-22 18:02:25Z erick $@Deprecated public class ISOLatin1AccentFilterFactory extends BaseTokenFilterFactory implements MultiTermAwareComponent
logargs, luceneMatchVersion| Constructor and Description |
|---|
ISOLatin1AccentFilterFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.ISOLatin1AccentFilter |
create(org.apache.lucene.analysis.TokenStream input)
Deprecated.
Transform the specified input TokenStream
|
java.lang.Object |
getMultiTermComponent()
Deprecated.
Returns an analysis component to handle analysis if multi-term queries.
|
void |
init(java.util.Map<java.lang.String,java.lang.String> args)
Deprecated.
init will be called just once, immediately after creation. |
assureMatchVersion, getArgs, getBoolean, getBoolean, getInt, getInt, getInt, getSnowballWordSet, getWordSet, warnDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgspublic void init(java.util.Map<java.lang.String,java.lang.String> args)
TokenFilterFactoryinit will be called just once, immediately after creation.
The args are user-level initialization parameters that may be specified when declaring the factory in the schema.xml
init in interface TokenFilterFactoryinit in class BaseTokenStreamFactorypublic org.apache.lucene.analysis.ISOLatin1AccentFilter create(org.apache.lucene.analysis.TokenStream input)
TokenFilterFactorycreate in interface TokenFilterFactorypublic java.lang.Object getMultiTermComponent()
MultiTermAwareComponentgetMultiTermComponent in interface MultiTermAwareComponent