Uses of Class
org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
Packages that use PreBuiltTokenizers Package Description org.elasticsearch.indices.analysis -
-
Uses of PreBuiltTokenizers in org.elasticsearch.indices.analysis
Methods in org.elasticsearch.indices.analysis that return PreBuiltTokenizers Modifier and Type Method Description static PreBuiltTokenizersPreBuiltTokenizers. valueOf(String name)Returns the enum constant of this type with the specified name.static PreBuiltTokenizers[]PreBuiltTokenizers. values()Returns an array containing the constants of this enum type, in the order they are declared.
-