Uses of Class
org.elasticsearch.index.analysis.AnalyzerScope
-
Packages that use AnalyzerScope Package Description org.elasticsearch.index.analysis -
-
Uses of AnalyzerScope in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis that return AnalyzerScope Modifier and Type Method Description AnalyzerScopeAbstractIndexAnalyzerProvider. scope()AnalyzerScopeAnalyzerProvider. scope()AnalyzerScopeNamedAnalyzer. scope()The scope of the analyzer.AnalyzerScopePreBuiltAnalyzerProvider. scope()static AnalyzerScopeAnalyzerScope. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyzerScope[]AnalyzerScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.index.analysis with parameters of type AnalyzerScope Constructor Description NamedAnalyzer(String name, AnalyzerScope scope, Analyzer analyzer)PreBuiltAnalyzerProvider(String name, AnalyzerScope scope, Analyzer analyzer)
-