[
https://issues.apache.org/jira/browse/SOLR-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-9743:
-----------------------------
Description:
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 deployed
* collection: (optional) The collection to which the node should be added to.
if this parameter is not passed, try to assign to all collections
example:
{code}
action=UTILIZENODE&collection=gettingstarted
{code}
was:
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}
> 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 deployed
> * collection: (optional) The collection to which the node should be added
> to. if this parameter is not passed, try to assign to all collections
> example:
> {code}
> action=UTILIZENODE&collection=gettingstarted
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]