elasticsearch/docs/reference/elasticsearch
Parker Timmins 245dc0775a
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.
2025-06-20 14:20:49 -05:00
..
command-line-tools [docs] Fix various syntax and rendering errors (#127062) 2025-04-24 17:57:03 +02:00
configuration-reference Add thread pool for write coordination (#129450) 2025-06-17 23:25:05 -06:00
index-lifecycle-actions [docs] Fix various syntax and rendering errors (#127062) 2025-04-24 17:57:03 +02:00
index-settings [DOCS] Add missing index setting link (#128794) 2025-06-03 11:40:05 -07:00
mapping-reference Make flattened synthetic source concatenate object keys on scalar/object mismatch (#129600) 2025-06-20 14:20:49 -05:00
rest-apis Add stored fields example (#129380) 2025-06-17 13:55:38 -04:00
elasticsearch-audit-events.md remove reliance on redirects in docs-content (#125863) 2025-03-28 16:41:38 +01:00
index.md [Reference] Revisit ES and index management landing page (#127571) 2025-05-07 15:56:57 +02:00
jvm-settings.md Use logs dir as working directory (#124966) 2025-04-09 07:07:11 -07:00
roles.md [DOCS] Clean up Asciidoc links in markdown files (#125046) 2025-03-19 08:03:55 -07:00
security-privileges.md [docs] Fix various syntax and rendering errors (#127062) 2025-04-24 17:57:03 +02:00
toc.yml Add stored fields example (#129380) 2025-06-17 13:55:38 -04:00