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:26:55 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x aeef6001a -> 32ca9cf4d


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/32ca9cf4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/32ca9cf4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/32ca9cf4

Branch: refs/heads/branch_7x
Commit: 32ca9cf4d83731511c0cdfa073659247959677cc
Parents: aeef600
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:26:38 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/32ca9cf4/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`.