Uses of Class
org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
-
Packages that use RangeFieldMapper.RangeFieldType Package Description org.elasticsearch.index.mapper -
-
Uses of RangeFieldMapper.RangeFieldType in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return RangeFieldMapper.RangeFieldType Modifier and Type Method Description RangeFieldMapper.RangeFieldTypeRangeFieldMapper.Builder. fieldType()RangeFieldMapper.RangeFieldTypeRangeFieldMapper. fieldType()Methods in org.elasticsearch.index.mapper with parameters of type RangeFieldMapper.RangeFieldType Modifier and Type Method Description ObjectRangeType. parseFrom(RangeFieldMapper.RangeFieldType fieldType, XContentParser parser, boolean coerce, boolean included)parses from value.ObjectRangeType. parseTo(RangeFieldMapper.RangeFieldType fieldType, XContentParser parser, boolean coerce, boolean included)parses to value.
-