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: Adding large files to index

2007-04-24 Thread Rajendranath, Divya
But, I am facing the problem even with -Xms 256m and -Xmx 1024m. Yes, the file was not added to the index because java process was already using 1156m of memory, which is much higher than the max heap memory. But, even after waiting for a few minutes till the memory came below the max heap value,

RE: Copy index while updating the index

2007-04-24 Thread Rajendranath, Divya
rchive.com/[EMAIL PROTECTED]/msg12709.html Otis - 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, w

Maintain a backup index

2007-06-04 Thread Rajendranath, Divya
We want to maintain a backup of our production index directory. We are using Lucene 2.0 v. The normal way to have backup is to run a small reindex script every 5 mins, which would pick up only those files which were modified in that time frame and reindex them. This is one way to rebuild and update

RE: Maintain a backup index

2007-06-05 Thread Rajendranath, Divya
Hello, Any advice on this would be of great help. Thanks -Original Message- From: Rajendranath, Divya Sent: Tuesday, June 05, 2007 10:59 AM To: java-user@lucene.apache.org Subject: Maintain a backup index We want to maintain a backup of our production index directory. We are using