You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/11/19 15:10:39 UTC

[jira] Commented: (SOLR-1577) undesirable dataDir default in example config

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

Yonik Seeley commented on SOLR-1577:
------------------------------------

Does anyone remember a reason why we haven't changed this?
Seems like the right fix is to simply comment out dataDir to get the correct default?

To reproduce the undesirable behavior:
{code}
cd example
mv solr s2
java -Dsolr.solr.home=s2 -jar start.jar
#observe that solr/data is created and used as the data dir
{code}


> undesirable dataDir default in example config
> ---------------------------------------------
>
>                 Key: SOLR-1577
>                 URL: https://issues.apache.org/jira/browse/SOLR-1577
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.5
>
>
> dataDir in the example solrconfig.xml defaults to ./solr/data (as opposed to the solr home)
> http://search.lucidimagination.com/search/document/7759f05f576d6727
> http://search.lucidimagination.com/search/document/c5ae6fa490d0f59a

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.