From e71542ffd3e31335c8fc315d6f31e82d29ead4df Mon Sep 17 00:00:00 2001 From: niloct Date: Tue, 15 Jan 2019 13:04:32 -0200 Subject: [PATCH] Update delete-by-query.asciidoc (#37370) Tried my best to clarify sentence on `_delete_by_query` docs. --- docs/reference/docs/delete-by-query.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/docs/delete-by-query.asciidoc b/docs/reference/docs/delete-by-query.asciidoc index d883212a331..307d762abe7 100644 --- a/docs/reference/docs/delete-by-query.asciidoc +++ b/docs/reference/docs/delete-by-query.asciidoc @@ -383,8 +383,9 @@ POST _tasks/r1A2WoRbTwKZ516z6NEs5A:36619/_cancel The task ID can be found using the <>. -Cancellation should happen quickly but might take a few seconds. The task status -API above will continue to list the task until it is wakes to cancel itself. +Cancellation should happen quickly but might take a few seconds. The task status +API above will continue to list the delete by query task until this task checks that it +has been cancelled and terminates itself. [float]