he files. So, file data exists until all
file names are gone AND all open files are gone.
Lance
-Original Message-
From: Tracy Flynn [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 15, 2007 7:36 AM
To: solr-user@lucene.apache.org
Subject: Re: Replication hooks - changing the index while
day, December 15, 2007 7:36 AM
To: solr-user@lucene.apache.org
Subject: Re: Replication hooks - changing the index while the slave is
running ...
That helps
Thanks for the prompt reply
On Dec 15, 2007, at 10:15 AM, Yonik Seeley wrote:
> On Dec 14, 2007 7:36 PM, Tracy Flynn
> <[EMAI
That helps
Thanks for the prompt reply
On Dec 15, 2007, at 10:15 AM, Yonik Seeley wrote:
On Dec 14, 2007 7:36 PM, Tracy Flynn
<[EMAIL PROTECTED]> wrote:
1) The existing index(es) being used by the Solr slave instance are
physically deleted
2) The new index snapshots are renamed/moved from the
On Dec 14, 2007 7:36 PM, Tracy Flynn
<[EMAIL PROTECTED]> wrote:
> 1) The existing index(es) being used by the Solr slave instance are
> physically deleted
> 2) The new index snapshots are renamed/moved from their temporary
> installation location to the default index location
> 3) The slave is sent
I've looked at everything suggested - documentation, code and scripts
and I follow almost everything that's happening.
If I understand correctly, when the updated snapshot is installed on
the slave:
1) The existing index(es) being used by the Solr slave instance are
physically deleted
2)
That's what I was after.
As always, thanks for the quick response.
Tracy
On Dec 11, 2007, at 12:18 AM, Yonik Seeley wrote:
On Dec 10, 2007 11:22 PM, climbingrose <[EMAIL PROTECTED]> wrote:
I think there is a event listener interface for hooking into Solr
events
such as post commit, post opt
On Dec 10, 2007 11:22 PM, climbingrose <[EMAIL PROTECTED]> wrote:
> I think there is a event listener interface for hooking into Solr events
> such as post commit, post optimise and open new searcher. I can't remember
> on top of my head but if you do a search for *EventListener in Eclipse,
> you'l
I think there is a event listener interface for hooking into Solr events
such as post commit, post optimise and open new searcher. I can't remember
on top of my head but if you do a search for *EventListener in Eclipse,
you'll find it.
The Wiki shows how to trigger snapshooter after each commit and
Hi,
I'm interested in setting up simple replication. I've reviewed all the
Wiki information, looked at the scripts etc. and understand most of
what I see.
There are some references to 'hooks in the code' for both the master
and slave nodes for handling replication. I've searched the 1.2