elasticsearch/docs/reference/mapping
Parker Timmins 617ca837f7
[8.18] Make flattened synthetic source concatenate object keys on scalar/object mismatch (#129600) (#129794)
* Make flattened synthetic source concatenate object keys on scalar/object mismatch (#129600)

There is an issue where for Flattened fields with synthetic source, if there is a key with a scalar value, and a duplicate key with an object value, one of the values will be left out of the produced synthetic source. This fixes the issue by replacing the object with paths to each of its keys. These paths consist of the concatenation of all keys going down to a given scalar, joined by a period. For example, they are of the form foo.bar.baz. This applies recursively, so that every value within the object, no matter how nested, will be accessible through a full specified path.

(cherry picked from commit 245dc0775a)

* remove methods not avaiable in java version

* skip testing console-result in docs
2025-06-21 08:06:49 +10:00
..
dynamic Add unmatch_mapping_type, and support array of types (#103171) 2024-02-09 10:42:26 -05:00
fields [8.x][DOCS] Document source-related restrictions (#124317) (#124324) 2025-03-08 01:43:32 +11:00
params Update doc-values.asciidoc (#123309) 2025-02-25 08:33:24 -05:00
types [8.18] Make flattened synthetic source concatenate object keys on scalar/object mismatch (#129600) (#129794) 2025-06-21 08:06:49 +10:00
dynamic-mapping.asciidoc [DOCS] Clean up index template xrefs (#67264) 2021-01-11 12:38:09 -05:00
explicit-mapping.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 11:41:52 -07:00
mapping-settings-limit.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
params.asciidoc [DOCS] Remove redirect pages (#88738) 2023-05-24 12:32:46 +01:00
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
runtime.asciidoc [DOCS] Lookup runtime fields are now GA (#114221) (#114229) 2024-10-08 00:20:27 +11:00
types.asciidoc [8.x] Add new experimental rank_vectors mapping for late-interaction second order ranking (#118804) (#119601) 2025-01-07 05:19:38 +11:00