From b8be2d05393192e1ce8951d4f1552202eea7d470 Mon Sep 17 00:00:00 2001 From: MK Swanson Date: Tue, 21 May 2019 11:20:36 -0400 Subject: [PATCH] [DOCS] Copied note on slicing support to Slicing section. Closes 26114 (#40426) --- docs/reference/docs/reindex.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index b085e081b4dd7..e96c262d67bb4 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -982,6 +982,10 @@ Reindex supports <> to parallelize the reindexing process. This parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts. +NOTE: Reindexing from remote clusters does not support +<> or +<>. + [float] [[docs-reindex-manual-slice]] ==== Manual slicing