Re: Best way to Add items to Index in Real Time

2006-07-05 Thread gloria_white
thanks for the response Otis! I'm a novice with this, so I'll appreciate your patience. I'm using a batch program for doing the additions and deletions while a separate web app for searching. How can I ensure that these two different apps (one making the changes to index and the other just search

Best way to Add items to Index in Real Time

2006-07-05 Thread gloria_white
We have a Lucene index of a small size(about 150k items) that requires additions/deletions several times in a day. We could add or delete 3 to 4k documents everytime we perform these operations. While we perform this operation, we still need to be 'online' and available for searching. And if we p