On Aug 13, 2008, at 3:29 PM, Andrew Nagy wrote:
Thanks for clarifing that Ryan - I was a bit confused too...
Before 1.3 is released, you will either be able to:
1. set the dataDir from your solr.xml config
<core name="core0" instanceDir="core0" dataDir="XXX" />
I have been perusing the multicore code and found that the "default"
attribute was removed. It also appears that the "dataDir" attribute
was removed as well, is this true?
yes dataDir was removed before it was committed, but we are still
debating its future:
either you will set dataDir via system params (configurable for each
core) OR via re-introducing this variable.
ryan