Package org.elasticsearch.index.analysis
-
Interface Summary Interface Description AnalyzerComponentsProvider Analyzers that provide access to their token filters should implement thisAnalyzerProvider<T extends Analyzer> CharFilterFactory NormalizingCharFilterFactory A CharFilterFactory that also supports normalization The default implementation ofNormalizingCharFilterFactory.normalize(Reader)delegates toCharFilterFactory.create(Reader)NormalizingTokenFilterFactory A TokenFilterFactory that may be used for normalization The default implementation delegatesNormalizingTokenFilterFactory.normalize(TokenStream)toTokenFilterFactory.create(TokenStream)}.TokenFilterFactory TokenizerFactory -
Enum Summary Enum Description AnalysisMode Enum representing the mode in which token filters and analyzers are allowed to operate.AnalyzerScope