RE: merging indexes together

2005-08-08 Thread Mordo, Aviran (EXP N-NANNATEK)
Why don't you just add the new information directly to the main index ? As long as you don't get a new IndexReader you should be able to access the old information. Once your indexing and deletion is done just get a new IndexReader instance to access the new documents. Aviran http://www.aviranspla

Re: merging indexes together

2005-08-09 Thread Volodymyr Bychkoviak
Thanks. I didn't think about such simple solution:) Mordo, Aviran (EXP N-NANNATEK) wrote: Why don't you just add the new information directly to the main index ? As long as you don't get a new IndexReader you should be able to access the old information. Once your indexing and deletion is done