Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
As per splitting the index, I simply start a new core once a core reaches a certain size - using CREATE and then start writing to that new core. Note that Solr will maintain all the cores defined in the solr.xml. As per reusing the same schema and solrconfig.xml - you can create a default core (sa

Re: Defining DataDir in Multi-Core

2009-05-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, May 19, 2009 at 2:32 PM, KK wrote: > I could not follow[is this mail a continuation of some old mail, a part of > which seems to be missing], but I want to. > Is it the case that CREATE is to be supported by solr1.4 i.e currently > solr1.3 doesnot support this? Correct me if I'm wrong . CR

Re: Defining DataDir in Multi-Core

2009-05-19 Thread KK
I could not follow[is this mail a continuation of some old mail, a part of which seems to be missing], but I want to. Is it the case that CREATE is to be supported by solr1.4 i.e currently solr1.3 doesnot support this? Correct me if I'm wrong . Vivek could you please tell me how did you fix the pr

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
Hi, Thanks for replying me.. Do you have any idea about to split the index in to different cores? If so, kindly let me know please.. Thanks & regards Prabhu.K vivek sar wrote: > > Yeah, it was sometime back - it did work. Thanks for following up. > > On Tue, May 19, 2009 at 12:34 AM

Re: Defining DataDir in Multi-Core

2009-05-19 Thread vivek sar
Yeah, it was sometime back - it did work. Thanks for following up. On Tue, May 19, 2009 at 12:34 AM, RaghavPrabhu wrote: > > Hi Vivek, > >  Have you figure out the problem of creating the data dir in wrong > location? > >  For me its working... > >   Just comment the data dir (in solrconfig.xml f

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
Hi Vivek, Have you figure out the problem of creating the data dir in wrong location? For me its working... Just comment the data dir (in solrconfig.xml file) and create the core via REST call. It should work!!! Thanks & regards Prabhu.K vivek sar wrote: > > Hi, > > I tried t

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