Package org.opensearch.analysis.common
Class PatternReplaceCharFilterFactory
java.lang.Object
org.opensearch.index.AbstractIndexComponent
org.opensearch.index.analysis.AbstractCharFilterFactory
org.opensearch.analysis.common.PatternReplaceCharFilterFactory
- All Implemented Interfaces:
CharFilterFactory,NormalizingCharFilterFactory,IndexComponent
public class PatternReplaceCharFilterFactory
extends AbstractCharFilterFactory
implements NormalizingCharFilterFactory
-
Field Summary
Fields inherited from class org.opensearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.opensearch.index.analysis.AbstractCharFilterFactory
nameMethods inherited from class org.opensearch.index.AbstractIndexComponent
getIndexSettings, indexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.index.analysis.CharFilterFactory
nameMethods inherited from interface org.opensearch.index.analysis.NormalizingCharFilterFactory
normalize
-
Method Details
-
getPattern
-
getReplacement
-
create
- Specified by:
createin interfaceCharFilterFactory
-