-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Expand docs for component template merging. #59466
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
Conversation
This change clarifies the order in which components are merged. It also adds information on mapping merging, now that this has been implemented.
|
Pinging @elastic/es-search (:Search/Mapping) |
|
Pinging @elastic/es-docs (>docs) |
54ad0dc to
640d92b
Compare
|
Pinging @elastic/es-core-features (:Core/Features/Indices APIs) |
dakrone
left a comment
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.
LGTM, thanks Julie!
| In this case, an index matching `t*` will have three primary shards. If the order of composed | ||
| templates were reversed, the index would have two primary shards. | ||
|
|
||
| Mapping definitions are merged recursively, which means that later mapping components can |
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.
I didn't add examples here because there are many different behaviors at play and it would require a lot of space. I figured that users could call the 'simulate API' to test out individual questions they had.
jrodewig
left a comment
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.
LGTM. Thanks!
|
Thanks for the reviews. |
This change clarifies the order in which components are merged. It also adds information on mapping merging, now that this has been implemented.
This change clarifies the order in which components are merged. It also adds
information on mapping merging, now that this has been implemented.