You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2016/11/09 14:31:58 UTC

[jira] [Created] (SOLR-9743) An ADDNODE command

Noble Paul created SOLR-9743:
--------------------------------

             Summary: An ADDNODE command
                 Key: SOLR-9743
                 URL: https://issues.apache.org/jira/browse/SOLR-9743
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Noble Paul


The command would accept one or more nodes and create appropriate replicas based on some strategy.

The params are
 *node: (required && multi-valued) : The nodes to be added 
 * collection: (optional) The collection to which the node should be added to. if this parameter is not passed, try to assign to all collections
* strategy: (required) A strategy implementation
* strategy.<param>: (optional) Parameters to be passed to the strategy

example:
{code}
action=ADDNODE&collection=gettingstarted&strategy=optimalCoreCount&strategy.maxCores=8
{code}







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org