896 B
896 B
Interface MappingRuntimeField
| Name | Type | Description |
|---|---|---|
fetch_fields |
(MappingRuntimeFieldFetchFields | Field)[] |
fields |
Record<string, MappingCompositeSubField> | For type composite |
format |
string | A custom format for date type runtime fields. |
input_field |
Field | For type lookup |
script |
Script | ScriptSource |
target_field |
Field | For type lookup |
target_index |
IndexName | For type lookup |
type |
MappingRuntimeFieldType | Field type, which can be: boolean, composite, date, double, geo_point, ip, keyword, long, or lookup. |