, 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
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,
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
: 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
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
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.