You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2018/01/31 11:23:28 UTC

lucene-solr:master: SOLR-11880: ref-guide

Repository: lucene-solr
Updated Branches:
  refs/heads/master 3ad61d2f9 -> 0b0e8e5e7


SOLR-11880: ref-guide


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/0b0e8e5e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0b0e8e5e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0b0e8e5e

Branch: refs/heads/master
Commit: 0b0e8e5e7a67362c5757c1df4cee249ad193b51b
Parents: 3ad61d2
Author: Noble Paul <no...@apache.org>
Authored: Wed Jan 31 22:23:05 2018 +1100
Committer: Noble Paul <no...@apache.org>
Committed: Wed Jan 31 22:23:05 2018 +1100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0b0e8e5e/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 946a6ef..7fc4902 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -2084,7 +2084,7 @@ Request ID to track this action which will be <<Asynchronous Calls,processed asy
 
 == REPLACENODE: Move All Replicas in a Node to Another
 
-This command recreates replicas in one node (the source) to another node (the target). After each replica is copied, the replicas in the source node are deleted.
+This command recreates replicas in one node (the source) to another node(s) (the target). After each replica is copied, the replicas in the source node are deleted.
 
 For source replicas that are also shard leaders the operation will wait for the number of seconds set with the `timeout` parameter to make sure there's an active replica that can become a leader (either an existing replica becoming a leader or the new replica completing recovery and becoming a leader).
 
@@ -2096,7 +2096,7 @@ For source replicas that are also shard leaders the operation will wait for the
 The source node from which the replicas need to be copied from. This parameter is required.
 
 `targetNode`::
-The target node where replicas will be copied. This parameter is required.
+The target node where replicas will be copied. If this parameter is not provided, Solr would identify nodes automatically based on policies or no:of cores in each node
 
 `parallel`::
 If this flag is set to `true`, all replicas are created in separate threads. Keep in mind that this can lead to very high network and disk I/O if the replicas have very large indices. The default is `false`.