Copy index while updating the index

2007-04-10 Thread Rajendranath, Divya
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

Re: Copy index while updating the index

2007-04-10 Thread Otis Gospodnetic
- 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

Re: Copy index while updating the index

2007-04-10 Thread Michael McCandless
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

RE: Copy index while updating the index

2007-04-24 Thread Rajendranath, Divya
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

Re: Copy index while updating the index

2007-05-04 Thread larry hughes
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