Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
) should work, but that doesn't seem to be working. That is a Solr 1.4 feature (not released yet). -- Regards, Shalin Shekhar Mangar. -- View this message in context: http://www.nabble.com/Defining-DataDir-in-Multi-Core-tp22818543p23611179.html Sent from the Solr - User mailing list

Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
this message in context: http://www.nabble.com/Defining-DataDir-in-Multi-Core-tp22818543p23611179.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
dataDir to CREATE action (web service) should work, but that doesn't seem to be working. That is a Solr 1.4 feature (not released yet). -- Regards, Shalin Shekhar Mangar. -- View this message in context: http://www.nabble.com/Defining-DataDir-in-Multi-Core-tp22818543p23611179.html

Re: Defining DataDir in Multi-Core

2009-05-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
. -- View this message in context: http://www.nabble.com/Defining-DataDir-in-Multi-Core-tp22818543p23611179.html Sent from the Solr - User mailing list archive at Nabble.com. -- - Noble Paul | Principal Engineer| AOL | http

Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
://www.nabble.com/Defining-DataDir-in-Multi-Core-tp22818543p23611179.html Sent from the Solr - User mailing list archive at Nabble.com. -- - Noble Paul | Principal Engineer| AOL | http://aol.com

Re: Defining DataDir in Multi-Core

2009-04-01 Thread vivek sar
I'm using the latest released one - Solr 1.3. The wiki says passing dataDir to CREATE action (web service) should work, but that doesn't seem to be working. -vivek 2009/3/31 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com: which version of Solr are you using? if you are using one from trunk ,

Re: Defining DataDir in Multi-Core

2009-04-01 Thread Shalin Shekhar Mangar
On Wed, Apr 1, 2009 at 1:48 PM, vivek sar vivex...@gmail.com wrote: I'm using the latest released one - Solr 1.3. The wiki says passing dataDir to CREATE action (web service) should work, but that doesn't seem to be working. That is a Solr 1.4 feature (not released yet). -- Regards, Shalin

Re: Defining DataDir in Multi-Core

2009-04-01 Thread vivek sar
Thanks Shalin. Is it available in the latest nightly build? Is there any other way I can create cores dynamically (using CREATE service) which will use the same schema.xml and solrconfig.xml, but write to different data directories? Thanks, -vivek On Wed, Apr 1, 2009 at 1:55 AM, Shalin Shekhar

Re: Defining DataDir in Multi-Core

2009-04-01 Thread vivek sar
Hi, I tried the latest nightly build (04-01-09) - it takes the dataDir property now, but it's creating the Data dir at the wrong location. For ex., I've the following in solr.xml, solr persistent=true cores adminPath=/admin/cores core name=core0 instanceDir=/Users/opal/temp/chat/solr

Defining DataDir in Multi-Core

2009-03-31 Thread vivek sar
Hi, I'm trying to set up cores dynamically. I want to use the same schema.xml and solrconfig.xml for all the created cores, so plan to pass the same instance directory, but different dir directory. Here is what I got in solr.xml by default (I didn't want define any core here, but looks like we

Re: Defining DataDir in Multi-Core

2009-03-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
which version of Solr are you using? if you are using one from trunk , you can pass the dataDir as an extra parameter? On Wed, Apr 1, 2009 at 7:41 AM, vivek sar vivex...@gmail.com wrote: Hi,  I'm trying to set up cores dynamically. I want to use the same schema.xml and solrconfig.xml for all