Re: more multicore fun

2008-08-13 Thread Ryan McKinley
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

RE: more multicore fun

2008-08-13 Thread Andrew Nagy
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

RE: more multicore fun

2008-08-13 Thread Andrew Nagy
age- > From: Doug Steigerwald [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2008 2:53 PM > To: solr-user@lucene.apache.org > Subject: more multicore fun > > OK. Last question for a while (hopefully), but something else with > mul

Re: more multicore fun

2008-08-13 Thread Doug Steigerwald
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

Re: more multicore fun

2008-08-13 Thread Ryan McKinley
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

more multicore fun

2008-08-13 Thread Doug Steigerwald
OK. Last question for a while (hopefully), but something else with multicore seems to be wrong. $ java -jar start.jar ... INFO: [core0] Opening new SolrCore at solr/core0/, dataDir=./solr/data/ ... INFO: [core1] Opening new SolrCore at solr/core1/, dataDir=./solr/data/ ...