-
Notifications
You must be signed in to change notification settings - Fork 103
Add link to _update_by_query
API examples
#4705
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
|
Co-authored-by: Liam Thompson <[email protected]>
Thank you @leemthompo |
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
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-4705-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 30931cbfa17b7c3bfafdeafbe6deb00a7bdb704e
# Push it to GitHub
git push --set-upstream origin backport-4705-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0 Then, create a pull request where the |
* Add link and missing content to update by query * Update specification/_global/update_by_query/UpdateByQueryRequest.ts Co-authored-by: Liam Thompson <[email protected]> (cherry picked from commit 30931cb)
* Add link and missing content to update by query * Update specification/_global/update_by_query/UpdateByQueryRequest.ts Co-authored-by: Liam Thompson <[email protected]>
* Add link and missing content to update by query * Update specification/_global/update_by_query/UpdateByQueryRequest.ts (cherry picked from commit 30931cb) Co-authored-by: Charlotte Hoblik <[email protected]> Co-authored-by: Liam Thompson <[email protected]>
* Add link and missing content to update by query * Update specification/_global/update_by_query/UpdateByQueryRequest.ts Co-authored-by: Liam Thompson <[email protected]>
_update_by_query
API examples to the Elasticsearch reference documentation, as part of the approach to unify API reference documentation.Link to 8.18 documentation: https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-update-by-query.html
DO NOT MERGE BEFORE elastic/elasticsearch#130273
Connected to:
https://github.com/elastic/docs-projects/issues/302
elastic/elasticsearch#130273