Package org.elasticsearch.script
Interface Converter<TC,FC extends Field<TC>>
public interface Converter<TC,FC extends Field<TC>>
Converts between one scripting
Field type and another, FC, with a different underlying
value type, TC.-
Method Summary
Modifier and TypeMethodDescriptionConvertsourceFieldto a new field-type.The destinationFieldclass.The target value type.