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

Erick Erickson commented on SOLR-791:
-------------------------------------

[~aserba] Not SOLR-5287, but SOLR-4779. That said, though, SOLR-5287 would 
allow building up from an absolutely minimal skeleton, see solrconfig-minimal 
and schema-tiny in the test code. The problem here would just be that that 
sometime during the complex process of making a full-blown set of configs, I'll 
mess it up sometime and have to manually edit the mistakes just like before. If 
the core doesn't load, you can't use the new editing code. If the core fails to 
load, you can't select from the admin UI.

> 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 was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to