Uses of Class
org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
Packages that use PreBuiltAnalyzers Package Description org.elasticsearch.indices.analysis -
-
Uses of PreBuiltAnalyzers in org.elasticsearch.indices.analysis
Methods in org.elasticsearch.indices.analysis that return PreBuiltAnalyzers Modifier and Type Method Description static PreBuiltAnalyzersPreBuiltAnalyzers. getOrDefault(String name, PreBuiltAnalyzers defaultAnalyzer)Get a pre built Analyzer by its name or fallback to the default onestatic PreBuiltAnalyzersPreBuiltAnalyzers. valueOf(String name)Returns the enum constant of this type with the specified name.static PreBuiltAnalyzers[]PreBuiltAnalyzers. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.indices.analysis with parameters of type PreBuiltAnalyzers Modifier and Type Method Description static PreBuiltAnalyzersPreBuiltAnalyzers. getOrDefault(String name, PreBuiltAnalyzers defaultAnalyzer)Get a pre built Analyzer by its name or fallback to the default one
-