-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Add object param for keeping synthetic source #113690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
77277c2
468d250
efa3c77
3b30147
d0d31b5
3ee3a86
16c9865
4000ac1
51a5f71
6dcdf44
9d8232c
b8b85c7
ee047bc
aea0cc5
58fd5b9
c214eb4
97b6c01
f4ddb0e
18dc913
b5f1d71
432757f
771bc38
895e08f
d3b5c30
de651f8
6887504
92d5c1b
c4d0111
f9d0330
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 113690 | ||
summary: Add object param for keeping synthetic source | ||
area: Mapping | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -895,7 +895,7 @@ doubly nested object: | |
--- | ||
subobjects auto: | ||
- requires: | ||
cluster_features: ["mapper.subobjects_auto"] | ||
cluster_features: ["mapper.subobjects_auto", "mapper.bwc_workaround_9_0"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would adding There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If added in skip, it will disable the test in main. If added here, it won't fix the test failures. |
||
reason: requires tracking ignored source and supporting subobjects auto setting | ||
|
||
- do: | ||
|
@@ -920,7 +920,7 @@ subobjects auto: | |
id: | ||
type: keyword | ||
stored: | ||
store_array_source: true | ||
synthetic_source_keep: arrays | ||
properties: | ||
span: | ||
properties: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍