public class ICUNormalizer2FilterFactory extends TokenFilterFactory implements MultiTermAwareComponent
ICUNormalizer2Filter
Supports the following attributes:
UnicodeSet pattern. Codepoints outside the set are
always left unchanged. Default is [] (the null set, no filtering).
ICUNormalizer2Filter,
Normalizer2,
FilteredNormalizer2args, luceneMatchVersion| Constructor and Description |
|---|
ICUNormalizer2FilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
TokenStream |
create(TokenStream input) |
AbstractAnalysisFactory |
getMultiTermComponent() |
void |
init(Map<String,String> args) |
assureMatchVersion, getArgs, getBoolean, getBoolean, getInt, getInt, getInt, getLuceneMatchVersion, getPattern, getSnowballWordSet, getWordSet, setLuceneMatchVersion, splitFileNamespublic void init(Map<String,String> args)
init in class AbstractAnalysisFactorypublic TokenStream create(TokenStream input)
create in class TokenFilterFactorypublic AbstractAnalysisFactory getMultiTermComponent()
getMultiTermComponent in interface MultiTermAwareComponentCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.