-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Edits to text in Bulk API doc #39083
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
|
@elasticmachine test this please |
|
Pinging @elastic/es-distributed |
danielmitterdorfer
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.
Looks mostly fine; there is just one place where we alter the meaning now. Can you please have a look?
docs/reference/docs/bulk.asciidoc
Outdated
| === Update | ||
|
|
||
| When using `update` action `retry_on_conflict` can be used as field in | ||
| When using `update`, the action `retry_on_conflict` can be used as a field in |
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.
In this case we're altering the meaning: retry_on_conflict is a parameter / field that can be used to influence the behavior of the update action.
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.
Fixed
| === Update | ||
|
|
||
| When using `update` action `retry_on_conflict` can be used as field in | ||
| When using the `update` action, `retry_on_conflict` can be used as a field in |
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 think this fixes it -- does it look OK to you?
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.
Looks fine to me, yes. Thank you.
danielmitterdorfer
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.
Looks good to me.
|
@elasticmachine test this please |
Minor edits to text for punctuation and readability.