You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Raintung Li (JIRA)" <ji...@apache.org> on 2014/02/27 08:26:19 UTC

[jira] [Updated] (SOLR-5784) Solr create collection can support clone, and alias can support add collection function

     [ https://issues.apache.org/jira/browse/SOLR-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raintung Li updated SOLR-5784:
------------------------------

    Attachment: patch-5784.txt

> Solr create collection can support clone, and alias can support add collection function
> ---------------------------------------------------------------------------------------
>
>                 Key: SOLR-5784
>                 URL: https://issues.apache.org/jira/browse/SOLR-5784
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 4.6, 4.6.1
>            Reporter: Raintung Li
>         Attachments: patch-5784.txt
>
>
> Solr API improvement.
> a. Clone the collection 
> Create a new collection that configuration is same as the other collection exclude the index data.
>  It can make easy to create the collection only know the other collection name.
> URL example:
> http://localhost:8983/solr/admin/collections?action=clone&name=new collection name&cloneCollection=[clone name]
> b. Add one collection into alias.
> Alias API only update the alias should be know all collections, it isn't easy use.
> http://localhost:8983/solr/admin/collections?action=CREATEALIAS&name=alias&addCollections=collection1
> a,b case easy use for Alias function.



--
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