Class LeafRuntimeField

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

public final class LeafRuntimeField extends Object implements RuntimeField
RuntimeField base class for leaf fields that will only ever return a single MappedFieldType from RuntimeField.asMappedFieldTypes(). Can be a standalone runtime field, or part of a composite.