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