We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_tasks
1 parent d155590 commit 9a77580Copy full SHA for 9a77580
docs/reference/docs/reindex.asciidoc
@@ -140,7 +140,7 @@ through every document in the source query.
140
If the request contains `wait_for_completion=false`, {es}
141
performs some preflight checks, launches the request, and returns a
142
<<tasks,`task`>> you can use to cancel or get the status of the task.
143
-{es} creates a record of this task as a document at `.tasks/_doc/${taskId}`.
+{es} creates a record of this task as a document at `_tasks/<task_id>`.
144
When you are done with a task, you should delete the task document so
145
{es} can reclaim the space.
146
0 commit comments