Multiple writers

2003-10-29 Thread Dror Matalon
Hi folks, We're in the process of adding search to our online RSS aggregator. You can see it in action at www.fastbuzz.com. Currently we have more than five million items in the systems and it's growing at the rate of more than 100,00 a day. So we need to take into account is that the index is

Re: Multiple writers

2003-10-29 Thread Scott Ganyo
Offhand, I would say that using 2 directories and merging them is exactly what you waht. It really shouldn't be all that complicated and Lucene should handle the synchronization for you... Scott Dror Matalon wrote: Hi folks, We're in the process of adding search to our online RSS

Re: Multiple writers

2003-10-29 Thread Dror Matalon
On Wed, Oct 29, 2003 at 07:56:53AM -0500, Scott Ganyo wrote: Offhand, I would say that using 2 directories and merging them is exactly what you waht. It really shouldn't be all that complicated and Lucene should handle the synchronization for you... Will it do that if we build the indexes