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

Alan Woodward resolved SOLR-3965.
---------------------------------
       Resolution: Duplicate
         Assignee: Erick Erickson
    Fix Version/s: 4.4

This was fixed by SOLR-4982, back in 2013.

> CoreAdminHandler does not do "property expansion" on values wren creating new 
> core
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-3965
>                 URL: https://issues.apache.org/jira/browse/SOLR-3965
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Sami Siren
>            Assignee: Erick Erickson
>             Fix For: 4.4
>
>
> Let's say I have a core definition in my solr.xml like this:
> {code}
> <core name="core" instanceDir="cores/core" 
> dataDir="${DataHome}/cores/core/data"/>
> {code}
> When I want to add more cores through the coreAdminHandler so that the data 
> goes under the same base dir I cannot use ${DataHome} but I have to use a 
> absolute directory instead. 
> Using property references stores everything correctly in solr.xml but the 
> actual value used for the data dir of the new core is incorrect (until solr 
> is restarted).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to