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

Gunnar Wagenknecht commented on SOLR-791:
-----------------------------------------

Hmm, but why is it possible to setup cores remotely? It sounds unreasonable to 
install, setup and maintain a separate systemto allow WebDAV just for uploading 
configuration files.  

It would be easier if I can make a single POSTrequest  to setup & create a new 
core. This would be a single, atomic request and avoids a second system which 
helps keeping the operational costs under control.



> Allow to submit config and schema when creating a new core
> ----------------------------------------------------------
>
>                 Key: SOLR-791
>                 URL: https://issues.apache.org/jira/browse/SOLR-791
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.3
>            Reporter: Gunnar Wagenknecht
>
> Currently it's possible to create cores "remotely" via SolrJ.
> {code}
> CoreAdminRequest.createCore("acore", "acoreinstancedir", adminServer);
> {code}
> However, this process is incomplete because I need to manually log onto the 
> remote server and place a configuration file as well as a schema file into 
> the {{conf/}} folder in the {{acoreinstancedir/}}. It would be great it I can 
> simply submit those files together with the create core request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to