elasticsearch/docs/reference/mapping/dynamic
Luca Cavanna 1d88fe639b
Dynamic runtime to not dynamically create objects (#74234)
When we introduced dynamic:runtime (#65489) we decided to have it create objects dynamically under properties, as the runtime section did not (and still does not) support object fields. That proved to be a poor choice, because the runtime section is flat, supports dots in field names, and does not really need objects. Also, these end up causing unnecessary mapping conflicts.

With this commit we adapt dynamic:runtime to not dynamically create objects.

Closes #70268
2021-06-18 14:12:43 +02:00
..
field-mapping.asciidoc Dynamic runtime to not dynamically create objects (#74234) 2021-06-18 14:12:43 +02:00
templates.asciidoc [DOCS] Change multi field to multi-field 2021-06-15 11:40:03 -04:00