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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to