Re: merging indexes together

2005-08-09 Thread Volodymyr Bychkoviak
eletion is done just get a new IndexReader instance to access the new documents. Aviran http://www.aviransplace.com -Original Message- From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 1:50 PM To: java-user@lucene.apache.org Subject: merging indexes toge

RE: merging indexes together

2005-08-08 Thread Mordo, Aviran (EXP N-NANNATEK)
viran http://www.aviransplace.com -Original Message- From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 1:50 PM To: java-user@lucene.apache.org Subject: merging indexes together Hello All. In my program I index new information to temporary dir and after then I delet

merging indexes together

2005-08-08 Thread Volodymyr Bychkoviak
Hello All. In my program I index new information to temporary dir and after then I delete outdated information from main index and add new information by calling indexWriter.addIndexes() method. This works fine when doc number is relatively small but when index size grows, every call to addInd