-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Script: Reindex & UpdateByQuery Metadata #88665
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
Merged
stu-elastic
merged 25 commits into
elastic:main
from
stu-elastic:220720-bulk-metadata-1
Jul 28, 2022
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
01e89dd
Script: Reindex & UpdateByQuery Metadata
stu-elastic 3787226
fix typo receiver
stu-elastic 3c24b3e
add _now to ReindexMetadata and UdpateByQueryMetadata javadoc
stu-elastic 74a49c2
Add comment about version in TransportUpdateByQueryAction
stu-elastic c19b552
Validate source
stu-elastic 77a4694
Merge branch 'master' of github.com:elastic/elasticsearch into 220720…
stu-elastic d8aea8d
Avoid double sourcing
stu-elastic f448639
spotless
stu-elastic 70b8360
Make v7yamlRest tests work
stu-elastic 3da6a36
Fix skips, IllegalArgumentException for junk
stu-elastic 5ee360d
Fix error message for invalid keys
stu-elastic 93d708a
Catch error in Set unsupported operation type - 8.4
stu-elastic d93bc4b
Update docs/changelog/88665.yaml
stu-elastic a7d30ca
Remove dupe skip test in reindex build.gradle
stu-elastic ed86e89
Pull out FieldProps, address other comments
stu-elastic 9007a92
comment index op, move updateRequest
stu-elastic 27fa2df
Merge branch 'main' of github.com:elastic/elasticsearch into 220720-b…
stu-elastic d1702ba
Merge branch 'main' of github.com:elastic/elasticsearch into 220720-b…
stu-elastic 4e456c4
Fix type params in CtxMap, fix NOW usage
stu-elastic 315e5af
unused import
stu-elastic c217f3d
Update yamlRestTests with 8.5 and error message updates
stu-elastic 864442d
Merge branch 'main' of github.com:elastic/elasticsearch into 220720-b…
stu-elastic 1920efe
Add skipTest
stu-elastic 90d6407
Cleanup yamlRestTests
stu-elastic 0568250
Fix up blacklist
stu-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 88665 | ||
summary: "Script: Reindex & `UpdateByQuery` Metadata" | ||
area: Infra/Scripting | ||
type: enhancement | ||
issues: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Would you please add a comment here on what this particular INDEX represents. I believe it's the op, right?
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.
Done.