Re: Can we point a Solr server to index directory dynamically at runtime..

2009-09-25 Thread Silent Surfer
, Michael wrote: > From: Michael > Subject: Re: Can we point a Solr server to index directory dynamically at > runtime.. > To: solr-user@lucene.apache.org > Date: Friday, September 25, 2009, 2:00 PM > Are you storing (in addition to > indexing) your data?  Perhaps you could

Re: Can we point a Solr server to index directory dynamically at runtime..

2009-09-25 Thread Michael
Solr servers with the retention period doesn't > seems to be a very scalable solution. > > So we are looking for something more simpler approach to handle this > scenario. > > Appreciate any further inputs/suggestions. > > Regards, > sS > > --- On Fri, 9/25/09,

Re: Can we point a Solr server to index directory dynamically at runtime..

2009-09-24 Thread Silent Surfer
nputs/suggestions. Regards, sS --- On Fri, 9/25/09, Chris Hostetter wrote: > From: Chris Hostetter > Subject: Re: Can we point a Solr server to index directory dynamically at  > runtime.. > To: solr-user@lucene.apache.org > Date: Friday, September 25, 2009, 4:04 AM > : Using a

Re: Can we point a Solr server to index directory dynamically at runtime..

2009-09-24 Thread Chris Hostetter
: Using a multicore approach, you could send a "create a core named : 'core3weeksold' pointing to '/datadirs/3weeksold' " command to a live Solr, : which would spin it up on the fly. Then you query it, and maybe keep it : spun up until it's not queried for 60 seconds or something, then send a : "r

Re: Can we point a Solr server to index directory dynamically at runtime..

2009-09-24 Thread Michael
Using a multicore approach, you could send a "create a core named 'core3weeksold' pointing to '/datadirs/3weeksold' " command to a live Solr, which would spin it up on the fly. Then you query it, and maybe keep it spun up until it's not queried for 60 seconds or something, then send a "remove core

Can we point a Solr server to index directory dynamically at runtime..

2009-09-23 Thread Silent Surfer
Hi, Is there any way to dynamically point the Solr servers to an index/data directories at run time? We are generating 200 GB worth of index per day and we want to retain the index for approximately 1 month. So our idea is to keep the first 1 week of index available at anytime for the users i.