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
I have been perusing the multicore code and found that the "default"
attribute
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
>
>
I have been perusing the multicore code and found that the "default" attribute
was removed. It also appears that the "dataDir
Doug - I had this same problem today. If you look at my post from earlier
today you will see the problem. You will need to adjust the solr.data.dir
value in the solrconfig.xml.
Maybe this also needs to be changed in the example solrconfig.xml document?
Andrew
> -Original Message-
> F
Ah, that's right. Thanks. Forgot I had to do that with our current
setup in production.
On Aug 13, 2008, at 3:05 PM, Ryan McKinley wrote:
the dataDir is configured in solrconfig.xml
With multicore it is currently a bit wonky. Currenlty, you need to
configure it explicitly for each core
the dataDir is configured in solrconfig.xml
With multicore it is currently a bit wonky. Currenlty, you need to
configure it explicitly for each core, but it shares the same system
variables: ${solr.data.dir}, so if you use properties, you end up
pointing to the same place.
https://issues