, 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