You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2012/12/13 04:47:22 UTC

[jira] [Resolved] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection

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

Mark Miller resolved SOLR-4140.
-------------------------------

    Resolution: Fixed
    
> Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4140
>                 URL: https://issues.apache.org/jira/browse/SOLR-4140
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, SolrCloud
>    Affects Versions: 4.0
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>            Priority: Minor
>              Labels: collection-api, multicore
>             Fix For: 4.1, 5.0
>
>         Attachments: SOLR-4140_trunk.patch
>
>
> CloudSolrServer needs an existing collection to be able to forward requests. For some requests it is not logical that you ned to have or reference an existing collection. E.g. if you want to use CloudSolrServer to create a collection - especially:
> * If you have no collections already and want to create your first collection
> * If you like to create your CloudSolrServer once and for all, and want to set default-collection on it to point to your favorite collection, but also use this CloudSolrServer to create this favorite collection
> Yes, HttpSolrServer can be used, but
> * Some of us like to use CloudSolrServer for everything
> * Using HttpSolrServer you need to check youself which nodes are running, in order to send the create-request to one of them

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org