Fix listing format in reindex docs (#22420)
This commit is contained in:
parent
9a65d2008e
commit
1286d1ac83
|
@ -891,6 +891,7 @@ Which results in a sensible `total` like this one:
|
||||||
|
|
||||||
Adding `slices` to `_reindex` just automates the manual process used in the
|
Adding `slices` to `_reindex` just automates the manual process used in the
|
||||||
section above, creating sub-requests which means it has some quirks:
|
section above, creating sub-requests which means it has some quirks:
|
||||||
|
|
||||||
* You can see these requests in the <<docs-reindex-task-api,Tasks APIs>>. These
|
* You can see these requests in the <<docs-reindex-task-api,Tasks APIs>>. These
|
||||||
sub-requests are "child" tasks of the task for the request with `slices`.
|
sub-requests are "child" tasks of the task for the request with `slices`.
|
||||||
* Fetching the status of the task for the request with `slices` only contains
|
* Fetching the status of the task for the request with `slices` only contains
|
||||||
|
|
Loading…
Reference in New Issue