Class ReindexRethrottleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.ReindexRethrottleRequest

public class ReindexRethrottleRequest extends RequestBase
Throttle a reindex operation.

Change the number of requests per second for a particular reindex operation. For example:

 POST _reindex/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
 
 

Rethrottling that speeds up the query takes effect immediately. Rethrottling that slows down the query will take effect after completing the current batch. This behavior prevents scroll timeouts.

See Also: