Fix all example/test configs that still use
<dataDir>${solr.data.dir:./solr/data}</dataDir>
-------------------------------------------------------------------------------------------
Key: SOLR-2377
URL: https://issues.apache.org/jira/browse/SOLR-2377
Project: Solr
Issue Type: Improvement
Reporter: Hoss Man
In SOLR-1577, Yonik implemented functionality so that an "empty" {{<dataDir/>}}
directive would be treated the same as no dataDir declaration at all (ie: using
"data" in the instanceDir) so that people could have a sensible default but
still use a system property to override using:
{code}<dataDir>${solr.data.dir:}</dataDir>{code}
however we still have this bad meme in a lot of test configs:
{code}<dataDir>${solr.data.dir:./solr/data}</dataDir>{code}
we should clean that up (if for no other reason then that it sets a *really*
bad example and doesn't help with testing anything)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]