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

Eric Pugh commented on SOLR-4061:
---------------------------------

What do we think about using Flash though to allow this to happen?  Requiring 
access to the filesystem that Solr is running on is can be pain.  For example, 
in our hack projects we put a single Solr up on Amazon EC2.  And I've used the 
zkcli client to upload configs to that shared Solr so I didn't need filesystem 
access.  

Maybe though I am haring off into the weeds of a ZK admin interface, not Solr 
specific enough.

One thought I have is what if you can supply a URI instead?  Use commons-vfs 
maybe, so you can pass in a 
                
> CREATE action in Collections API should allow to upload a new configuration
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-4061
>                 URL: https://issues.apache.org/jira/browse/SOLR-4061
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Tomás Fernández Löbbe
>            Priority: Minor
>         Attachments: SOLR-4061.patch
>
>
> When creating new collections with the Collection API, the only option is to 
> point to an existing configuration in ZK. It would be nice to be able to 
> upload a new configuration in the same command. 
> For more details see 
> http://lucene.472066.n3.nabble.com/Error-with-SolrCloud-td4019351.html

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to