[mailto:[EMAIL PROTECTED]
Sent: 03 August 2005 14:47
To: java-user@lucene.apache.org
Subject: Re: The best way to know when an index has been changed
Hi Steve;
Not sure if this would work...
Each day you could get the value from IndexReader's getCurrentVersion
and
store it somewhere (DB o
hey differ you
would
know it has been replaced.
Luke
- Original Message -
From: "Steve Gaunt" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 03, 2005 9:34 AM
Subject: The best way to know when an index has been changed
> Hi
>
> We have a web app, which keep
laced.
Luke
- Original Message -
From: "Steve Gaunt" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 03, 2005 9:34 AM
Subject: The best way to know when an index has been changed
> Hi
>
> We have a web app, which keep a copy of the index searcher, then reloads
>
Hi
We have a web app, which keep a copy of the index searcher, then reloads
the index searcher every night to obtain the latest version of the
index( as it updates every day).
However, we have a fail over mode, which will eventually use another
index on another server, it there anyway to know if