You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/11 18:52:29 UTC

[10/21] lucene-solr:jira/solr-11285-sim: SOLR-9743: documentation

SOLR-9743: documentation


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

Branch: refs/heads/jira/solr-11285-sim
Commit: 25f24e094e8c7d47356ed15ab5957e3fb7e2bec8
Parents: b327394
Author: Noble Paul <no...@apache.org>
Authored: Fri Dec 8 19:30:57 2017 +1100
Committer: Noble Paul <no...@apache.org>
Committed: Fri Dec 8 19:55:27 2017 +1100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/25f24e09/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 4879175..784e2cf 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -1912,6 +1912,17 @@ The name of the destination node. This parameter is required.
 `async`::
 Request ID to track this action which will be <<Asynchronous Calls,processed asynchronously>>.
 
+[[utilizenode]]
+== UTILIZENODE: Utilize a new node
+
+This command can be used to move some replicas from the existing nodes to a new node or lightly loaded node and reduce the load on them. This uses your autoscaling policies and preferences to identify which replica needs to be moved. It tries to fix any policy violations first and then it tries to move some load off of the most loaded nodes according to the preferences.
+
+`/admin/collections?action=UTILIZENODE&node=nodeName`
+=== UTILIZENODE Parameters
+
+`node`:: The name of the node that needs to be utilized. This parameter is required
+
+
 == Asynchronous Calls
 
 Since some collection API calls can be long running tasks (such as SPLITSHARD), you can optionally have the calls run asynchronously. Specifying `async=<request-id>` enables you to make an asynchronous call, the status of which can be requested using the <<requeststatus,REQUESTSTATUS>> call at any time.