You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2013/03/14 00:30:13 UTC

[jira] [Comment Edited] (SOLR-4575) SOLR-4196 made defining "solr.core.name" as a system prop (and others) fail.

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

Shawn Heisey edited comment on SOLR-4575 at 3/13/13 11:30 PM:
--------------------------------------------------------------

Patch didn't work.  For those following along, the following in solrcofig.xml, indexConfig section, is what doesn't work after upgrading from 4.2-SNAPSHOT to 4.3-SNAPSHOT:

{noformat}
  <infoStream file="INFOSTREAM-${solr.core.name}.txt">false</infoStream>
{noformat}

                
      was (Author: elyograg):
    Patch didn't work.  For those following along, the following in solrcofig.xml, indexConfig section, is what doesn't work after upgrading from 4.2-SNAPSHOT to 4.3-SNAPSHOT:

  <infoStream file="INFOSTREAM-${solr.core.name}.txt">false</infoStream>

                  
> SOLR-4196 made defining "solr.core.name" as a system prop (and others) fail.
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-4575
>                 URL: https://issues.apache.org/jira/browse/SOLR-4575
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-4575.patch
>
>
> solr.core.name"
> solr.core.instanceDir"
> solr.core.dataDir"
> solr.core.configName"
> solr.core.schemaName"
>  
> all are _stored_ in the internal structures without the "solr.core" prefix. But they should still be specified as system props with "solr.core." as a prefix...
> Shawn:
> Thans for pointing at that specific revision, made it much easier for me to pinpoint.

--
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