reindexRethrottleedit

client.reindexRethrottle([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

requestsPerSecond

Number — The throttle to set on this request in floating sub-requests per second. -1 means set no throttle.

taskId

String — The task id to rethrottle

body

Object, JSON — An optional request body, as either JSON or a JSON serializable object. See the elasticsearch docs for details about what can be specified here.

back to top