-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Clarify docs: how to add Routing enforcement #53945
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
|
💚 CLA has been signed |
|
I did sign before submitting; feel free to refresh the CLA verification. |
|
Pinging @elastic/es-docs (>docs) |
|
Pinging @elastic/es-search (:Search/Mapping) |
|
HI @cjcjameson Can you ensure that you have signed the CLA using the same @users.noreply.github.com email address associated with this commit? That's likely causing the CLA check to fail. Thanks! |
|
@elasticmachine test this please |
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.
I'll merge after the CLA CI test passes.
In 6.8, the `_doc` made sense: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/mapping-routing-field.html but now it doesn't, and is confusing. I assume it applies to all documents(??)
|
@jrodewig thanks! I changed the author and also repointed this MR to the Also filed #53991 regarding the CLA |
|
@cjcjameson Thanks. It looks like that solved the CLA issue. I'm going to change the base branch back to 7.6. That'll let me merge it and backport the changes. Thanks again! |
|
@elasticmachine test this please. |
|
Switched base branch back to master. That seemed to clear up the merge conflicts. Will merge after CI is complete. |
Removes a mention of the `_doc` mapping type that's no longer applicable now that mapping types are removed/deprecated.
Removes a mention of the `_doc` mapping type that's no longer applicable now that mapping types are removed/deprecated.
In 6.8, the
_docmade sense: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/mapping-routing-field.htmlbut now it doesn't, and is confusing. I assume it applies to all documents(??)