also:
>> http://www.mail-archive.com/[EMAIL PROTECTED]/msg12709.html
>>
>> Otis
>>
>>
>>
>> - Original Message
>> From: "Rajendranath, Divya" <[EMAIL PROTECTED]>
>> To: java-user@lucene.apache.org
>> Sent: Tu
To: java-user@lucene.apache.org
Subject: Re: Copy index while updating the index
Here is one way to do it:
You can read/open an index at any point, even when it's being modified.
You can then open a new FSDirectory pointing to a new directory and add
your original FSDirectory to tha
e index, and were
> not yet flushed to disk.
>
> See also:
> http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg12709.html
>
> Otis
>
>
>
> - Original Message
> From: "Rajendranath, Divya" <[EMAIL PROTECTED]>
> To: java-user@lucen
- Original Message
From: "Rajendranath, Divya" <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, April 10, 2007 12:06:12 PM
Subject: Copy index while updating the index
Hello,
I have a scenario, where we need to set up our application, that uses
Lucene (and
Hello,
I have a scenario, where we need to set up our application, that uses
Lucene (and has on-demand indexing of documents) in Disaster-recovery
site.
The simple files/attachments used by our application can be simply
copied to the DR site just by syncing (manual copying).
Yes, we can also cop