diff --git a/docs/java-rest/high-level/document/reindex.asciidoc b/docs/java-rest/high-level/document/reindex.asciidoc index ccfb0c9db1a..f30b9eef4a4 100644 --- a/docs/java-rest/high-level/document/reindex.asciidoc +++ b/docs/java-rest/high-level/document/reindex.asciidoc @@ -122,7 +122,7 @@ include-tagged::{doc-tests-file}[{api}-request-remote] <1> set remote elastic cluster +{request}+ also helps in automatically parallelizing using `sliced-scroll` to -slice on `_uid`. Use `setSlices` to specify the number of slices to use. +slice on `_id`. Use `setSlices` to specify the number of slices to use. ["source","java",subs="attributes,callouts,macros"] -------------------------------------------------- diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index 1b15fa0723a..688f340f2b3 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -245,7 +245,7 @@ which results in a sensible `total` like this one: ====== Automatic slicing You can also let `_reindex` automatically parallelize using <> to -slice on `_uid`. Use `slices` to specify the number of slices to use: +slice on `_id`. Use `slices` to specify the number of slices to use: [source,console] ----------------------------------------------------------------