[
https://issues.apache.org/jira/browse/SOLR-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-2377.
----------------------------
Resolution: Fixed
Fix Version/s: 4.0
3.1
Assignee: Hoss Man
Committed revision 1072397 - trunk
Committed revision 1072400 - 3x
Note that this issue was initially inspired by a comment David Smiley made in
SOLR-2116 about the example-DIH/tika configs -- but i didn't actually find any
problem with the dataDir in those configs (or evidence that it had been fixed
by someone else recently)
> 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
> Assignee: Hoss Man
> Fix For: 3.1, 4.0
>
>
> 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]