Re: Open / Close when Merging

2007-03-16 Thread Doron Cohen
Hi Matt, To verify I understand correctly, are this your settings? : - one MAIN index containing all the data: used for search; never does addDocument(); - Several side INC indexes: addDocument() here for new/modified documents; never searched; - at some point all INC indexes are merged

Open / Close when Merging

2007-03-13 Thread DECAFFMEYER MATHIEU
Hi, I need to merge several indexes (I call them incremental index) with my main index. Each incremental index can contain the same url's of the main index, that's why I have a list of url's to update, that I will delete from the main index before merging with an incremental index. I have also