elasticsearch/docs/reference/mapping
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
..
dynamic Dynamic runtime to not dynamically create objects (#74234) 2021-06-18 14:12:43 +02:00
fields New queryable "_tier" metadata field (#69288) 2021-03-31 15:37:37 +01:00
params [DOCS] Remove and redirect frozen index overview content (#72990) 2021-05-12 12:54:20 -04:00
types [DOCS] Retrieve values from flattened fields w/ runtime fields (#73630) 2021-06-03 11:52:53 -04:00
dynamic-mapping.asciidoc [DOCS] Clean up index template xrefs (#67264) 2021-01-11 12:38:09 -05:00
explicit-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 11:41:52 -07:00
mapping-settings-limit.asciidoc [DOCS] Add docs for runtime fields (#62653) 2020-12-09 17:54:58 -05:00
params.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
runtime.asciidoc Update runtime.asciidoc (#73802) 2021-06-07 09:36:05 -04:00
types.asciidoc [DOCS] Change field alias anchor (#73043) 2021-05-13 09:32:36 -04:00