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

Hoss Man updated SOLR-2675:
---------------------------

    Affects Version/s:     (was: 4.0)
        Fix Version/s: 4.0
                       3.4
             Assignee: Hoss Man

I'll get this in to trunk in a few days unless anyone objects.

then i'll try to backport to 3x as well assuming it goes cleanly.

> Support core properties when creating cores via REST API (CoreAdminHandler)
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-2675
>                 URL: https://issues.apache.org/jira/browse/SOLR-2675
>             Project: Solr
>          Issue Type: Improvement
>          Components: multicore
>            Reporter: Yury Kats
>            Assignee: Hoss Man
>             Fix For: 3.4, 4.0
>
>         Attachments: SOLR-2675.patch, coreadmin.patch
>
>
> When crating cores through solr.xml, I am able to specify custom
> properties, to be referenced in solrconfig.xml. For example:
>  <cores adminPath="/admin/cores" defaultCoreName="master">
>    <core name="master" instanceDir="core1" shard="shard1" collection="myconf" 
> >
>      <property name="enable.master" value="true" />
>    </core>
>    <core name="slave" instanceDir="core2" shard="shard2" collection="myconf">
>      <property name="enable.slave" value="true" />
>      <property name="masterHost" value="node2:8983" />
>    </core>
>  </cores>
> There does not seem a way to specify such properties when creating cores 
> through the CoreAdminHandler request.
> CoreAdminHandler#handleCreateAction always calls 
> dcore.setCoreProperties(null);

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to