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

[jira] [Commented] (SOLR-5162) Implicit core properties are no longer available

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

Alan Woodward commented on SOLR-5162:
-------------------------------------

I managed to chop off the 'solr.' prefix of all these substitutions in SOLR-4914.  The tricksy part here is that these prefixes are not present in the core.properties file, so we need to add them in/strip them out at the appropriate times.

The only call where the 'solr.' prefix needs to be present is in the Properties object returned by CoreDescriptor.getCoreProperties(), and this method is only ever called when creating ResourceLoaders, so we should be able to safely isolate the changes here.
                
> Implicit core properties are no longer available
> ------------------------------------------------
>
>                 Key: SOLR-5162
>                 URL: https://issues.apache.org/jira/browse/SOLR-5162
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.5
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Minor
>             Fix For: 4.5
>
>
> As noted by ~elyograg on IRC, implicit property substitution doesn't work any more in 4.5.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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