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 2014/01/18 03:39:21 UTC

[jira] [Comment Edited] (SOLR-5130) Implement addReplica Collections API

    [ https://issues.apache.org/jira/browse/SOLR-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13875495#comment-13875495 ] 

Noble Paul edited comment on SOLR-5130 at 1/18/14 2:39 AM:
-----------------------------------------------------------

currently a user can control several core properties through coreadmin CREATE

name :The name of the new core. Same as "name" on the <core> element.
instanceDir : The directory where files for this SolrCore should be stored. Same as instanceDir on the <core> element.
datadir : (Optional) Name of the data directory relative to instanceDir

This new API should support this as well, otherwise we would be taking away the some features users need


was (Author: noble.paul):
currently a user can control several values such as

name :The name of the new core. Same as "name" on the <core> element.
instanceDir : The directory where files for this SolrCore should be stored. Same as instanceDir on the <core> element.
datadir : (Optional) Name of the data directory relative to instanceDir

This new API should support this as well, otherwise we would be taking away the some features users need

> Implement addReplica Collections API
> ------------------------------------
>
>                 Key: SOLR-5130
>                 URL: https://issues.apache.org/jira/browse/SOLR-5130
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 5.0, 4.7
>
>
> addReplica API will add a node to a given collection/shard.
> Parameters:
> # node
> # collection
> # shard (optional)
> # _route_ (optional) (see SOLR-4221)
> If shard or _route_ is not specified then physical shards will be created on the node for the given collection using the persisted values of maxShardsPerNode and replicationFactor.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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