Class CustomNormalizerProvider

java.lang.Object
org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider<CustomAnalyzer>
org.elasticsearch.index.analysis.CustomNormalizerProvider
All Implemented Interfaces:
Provider<CustomAnalyzer>, AnalyzerProvider<CustomAnalyzer>

public final class CustomNormalizerProvider extends AbstractIndexAnalyzerProvider<CustomAnalyzer>
A custom normalizer that is built out of a char and token filters. On the contrary to analyzers, it does not support tokenizers and only supports a subset of char and token filters.