Class CompositeRuntimeField

java.lang.Object
org.elasticsearch.index.mapper.CompositeRuntimeField
All Implemented Interfaces:
RuntimeField, ToXContent, ToXContentFragment

public class CompositeRuntimeField extends Object implements RuntimeField
A runtime field of type object. Defines a script at the top level, which emits multiple sub-fields. The sub-fields are declared within the object in order to be made available to the field_caps and search API.