Fixed bad asciidoc in delete-by-query

This commit is contained in:
Clinton Gormley 2017-02-09 20:14:45 +01:00
parent 033defee9a
commit 78d3028bb7
1 changed files with 2 additions and 1 deletions

View File

@ -467,6 +467,7 @@ Which results in a sensible `total` like this one:
Adding `slices` to `_delete_by_query` just automates the manual process used in Adding `slices` to `_delete_by_query` just automates the manual process used in
the section above, creating sub-requests which means it has some quirks: the section above, creating sub-requests which means it has some quirks:
* You can see these requests in the * You can see these requests in the
<<docs-delete-by-query-task-api,Tasks APIs>>. These sub-requests are "child" <<docs-delete-by-query-task-api,Tasks APIs>>. These sub-requests are "child"
tasks of the task for the request with `slices`. tasks of the task for the request with `slices`.