Uses of Class
org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
-
Packages that use NumberFieldMapper.NumberType Package Description org.elasticsearch.index.mapper -
-
Uses of NumberFieldMapper.NumberType in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return NumberFieldMapper.NumberType Modifier and Type Method Description static NumberFieldMapper.NumberTypeNumberFieldMapper.NumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFieldMapper.NumberType[]NumberFieldMapper.NumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.index.mapper with parameters of type NumberFieldMapper.NumberType Constructor Description Builder(String name, NumberFieldMapper.NumberType type)NumberFieldType(NumberFieldMapper.NumberType type)TypeParser(NumberFieldMapper.NumberType type)
-