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

Steve Rowe edited comment on SOLR-4534 at 3/7/13 7:22 PM:
----------------------------------------------------------

*edit*: reformatted to please JIRA

Maybe {noformat}PUT 
/admin/collections/{collection-name}/shards/{shard-name}/aliases/alias{noformat}
and to add multiple aliases: {noformat}POST 
/admin/collections/{collection-name}/shards/{shard-name}/aliases{noformat}

                
      was (Author: steve_rowe):
    Maybe PUT 
/admin/collections/{collection-name}/shards/{shard-name}/aliases/alias
and to add multiple aliases: POST 
/admin/collections/{collection-name}/shards/{shard-name}/aliases 

                  
> Shard Aliasing
> --------------
>
>                 Key: SOLR-4534
>                 URL: https://issues.apache.org/jira/browse/SOLR-4534
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Mark Miller
>
> Collection Aliasing lets you do some interesting things, but all of it 
> requires multiple collections. It's also interesting to be able to alias 
> shards within a collection so that you don't always have to use multiple 
> collections to take advantage of aliasing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to