Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
il. >>> >> >>> >> Is this a bug? >>> >> >>> >> Thanks, >>> >> -vivek >>> >> >>> >> On Wed, Apr 1, 2009 at 9:45 AM, vivek sar wrote: >>> >>> Thanks Shalin. >>> >>> >>> >>&

Re: Defining DataDir in Multi-Core

2009-05-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
gt;> 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 s

Re: Defining DataDir in Multi-Core

2009-05-19 Thread KK
gt;> > >>> 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, > >>

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
irectories? >>>> >>>> Thanks, >>>> -vivek >>>> >>>> On Wed, Apr 1, 2009 at 1:55 AM, Shalin Shekhar Mangar >>>> wrote: >>>>> On Wed, Apr 1, 2009 at 1:48 PM, vivek sar wrote: >>>>>> I'm us

Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
;>> wrote: >>>> On Wed, Apr 1, 2009 at 1:48 PM, vivek sar 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 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 archive at Nabble.com. > >

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
k sar 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 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 archive at Nabble.com.

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, but, it always seem to be creating the solr/data directory in the cwd (where I started the Tomc

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 Shalin Shekhar Mangar
On Wed, Apr 1, 2009 at 1:48 PM, vivek sar 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 Shekhar Mangar.

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 നോബിള്‍ नोब्ळ् : > which version of Solr are you using? if you are using one from trunk , > you can pass the

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 wrote: > Hi, > >  I'm trying to set up cores dynamically. I want to use the same > schema.xml and solrconfig.xml for all the created cor

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 h