public class ICUTransformFilterFactory extends BaseTokenFilterFactory implements MultiTermAwareComponent
ICUTransformFilter.
Supports the following attributes:
Transliterator.getAvailableIDs()
Transliterator| Modifier and Type | Field and Description |
|---|---|
private com.ibm.icu.text.Transliterator |
transliterator |
logargs, luceneMatchVersion| Constructor and Description |
|---|
ICUTransformFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.TokenStream |
create(org.apache.lucene.analysis.TokenStream input)
Transform the specified input TokenStream
|
java.lang.Object |
getMultiTermComponent()
Returns an analysis component to handle analysis if multi-term queries.
|
void |
init(java.util.Map<java.lang.String,java.lang.String> args)
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.TokenStream create(org.apache.lucene.analysis.TokenStream input)
TokenFilterFactorycreate in interface TokenFilterFactorypublic java.lang.Object getMultiTermComponent()
MultiTermAwareComponentgetMultiTermComponent in interface MultiTermAwareComponent