-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HLRC: Reindex should support
requests_per_seconds
parameter (#33808)
The high level Rest clients reindex method currently doesn't pass on the "requests_per_second" that are optionally set in ReindexRequest through the Rest layer. This change makes sure the value is added to the request parameters if set and also includes it for the update-by-query and delete-by-query cases.
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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