Package org.apache.lucene.analysis.cjk
Class CJKWidthCharFilterFactory
java.lang.Object
org.apache.lucene.analysis.util.AbstractAnalysisFactory
org.apache.lucene.analysis.util.CharFilterFactory
org.apache.lucene.analysis.cjk.CJKWidthCharFilterFactory
Factory for
CJKWidthCharFilter.-
Field Summary
FieldsFields inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion -
Constructor Summary
ConstructorsConstructorDescriptionCJKWidthCharFilterFactory(Map<String, String> args) Creates a new CJKWidthCharFilterFactory -
Method Summary
Modifier and TypeMethodDescriptionWraps the given Reader with a CharFilter.Normalize the specified input Reader While the default implementation returns input unchanged, char filters that should be applied at normalization time can delegate tocreatemethod.Methods inherited from class org.apache.lucene.analysis.util.CharFilterFactory
availableCharFilters, findSPIName, forName, lookupClass, reloadCharFiltersMethods inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
get, get, get, get, get, getBoolean, getChar, getClassArg, getFloat, getInt, getLines, getLuceneMatchVersion, getOriginalArgs, getPattern, getSet, getSnowballWordSet, getWordSet, isExplicitLuceneMatchVersion, require, require, require, requireBoolean, requireChar, requireFloat, requireInt, setExplicitLuceneMatchVersion, splitAt, splitFileNames
-
Field Details
-
NAME
SPI name- See Also:
-
-
Constructor Details
-
CJKWidthCharFilterFactory
Creates a new CJKWidthCharFilterFactory
-
-
Method Details
-
create
Description copied from class:CharFilterFactoryWraps the given Reader with a CharFilter.- Specified by:
createin classCharFilterFactory
-
normalize
Description copied from class:CharFilterFactoryNormalize the specified input Reader While the default implementation returns input unchanged, char filters that should be applied at normalization time can delegate tocreatemethod.- Overrides:
normalizein classCharFilterFactory
-