You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexey Serba (JIRA)" <ji...@apache.org> on 2013/11/18 10:57:23 UTC

[jira] [Commented] (SOLR-791) Allow to submit config and schema when creating a new core

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

Alexey Serba commented on SOLR-791:
-----------------------------------

bq. This will be superceded by named config sets, a separate JIRA
[~erickerickson], could you please link to that issue? If you meant SOLR-5287 then I believe this API will be available only for existing cores/collections, right?

Another idea is that Solr should have default configs (example?) bundled into a jar (so this is part of the installation). These configs will be used at core/collection creation time if you omit instanceDir/configSet parameters. WDYT?

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