On Wed, 9 Jul 2008 08:48:35 +0530
"Shalin Shekhar Mangar" <[EMAIL PROTECTED]> wrote:
> Yes, SOLR-350 added that capability. Look at
> http://wiki.apache.org/solr/MultiCore for details.
ahh loving SOLR more every day :P
thx
_
{Beto|Norberto|Numard} Meijome
I used to hate
Yes, SOLR-350 added that capability. Look at
http://wiki.apache.org/solr/MultiCore for details.
On Wed, Jul 9, 2008 at 6:26 AM, Norberto Meijome <[EMAIL PROTECTED]>
wrote:
> On Tue, 8 Jul 2008 12:05:45 -0400
> Willie Wong <[EMAIL PROTECTED]> wrote:
>
> > I think the snapshooter will work fine for
On Tue, 8 Jul 2008 12:05:45 -0400
Willie Wong <[EMAIL PROTECTED]> wrote:
> I think the snapshooter will work fine for creating the indexes and then I
> can use the multicore capabilities to make them available to users one
> final question though, after snapshot has been created is there a w
o
solr-user@lucene.apache.org
cc
Subject
Re: Automated Index Creation
re-reading your post...
Shalin is correct, just use the snapshooter script to create a point-
in-time snapshot of the index. The multicore stuff will not help with
this.
ryan
On Jul 8, 2008, at 11:09 AM, Shalin Shekhar
in the master index - or have solr recreate
the data directory?
Thanks,
Willie
Ryan McKinley <[EMAIL PROTECTED]>
08/07/2008 11:17 AM
Please respond to
solr-user@lucene.apache.org
To
solr-user@lucene.apache.org
cc
Subject
Re: Automated Index Creation
re-reading you
re-reading your post...
Shalin is correct, just use the snapshooter script to create a point-
in-time snapshot of the index. The multicore stuff will not help with
this.
ryan
On Jul 8, 2008, at 11:09 AM, Shalin Shekhar Mangar wrote:
Hi Willie,
If you want to have backups (point-in-time
Hi Willie,
If you want to have backups (point-in-time snapshots) then you'd need
something similar to the snapshooter script used in replication. I believe
it creates hard links to files of the current index in a new directory
marked with the timestamp. You can either use snapshooter itself or cre
nothing to automatically create a new index, but check the multicore
stuff to see how you could implement this:
http://wiki.apache.org/solr/MultiCore
On Jul 8, 2008, at 10:25 AM, Willie Wong wrote:
Hi,
Sorry if this question sounds daft but I was wondering if there
was
anything built i