Re: [Performance]: IndexWriter again...

2005-05-16 Thread Yonik Seeley
I like the idea Paul. As far as how it should be implemented, perhaps a count of docs in memory should be kept. It doesn't seem necessary to traverse all of the segments on every add (it's a linear operation, and will only result in a merge every "minMergeDocs" or "maxBufferedDocs"). -Yonik On

Re: [Performance]: IndexWriter again...

2005-05-16 Thread Paul Smith
On 16/05/2005, at 5:00 PM, Paul Elschot wrote: On Monday 16 May 2005 08:24, Paul Smith wrote: something very odd is going on with my attachments... sorry for the spam. It's usually easier open a bug in bugzilla and post the code and the concerns there. The only disadvantage of bugzilla is that yo

Re: [Performance]: IndexWriter again...

2005-05-16 Thread Paul Elschot
On Monday 16 May 2005 08:24, Paul Smith wrote: > something very odd is going on with my attachments... sorry for the > spam. > It's usually easier open a bug in bugzilla and post the code and the concerns there. The only disadvantage of bugzilla is that you can only add attachment after the bug

Re: [Performance]: IndexWriter again...

2005-05-15 Thread Paul Smith
something very odd is going on with my attachments... sorry for the spam. On 16/05/2005, at 4:22 PM, Paul Smith wrote: I'm not even going to say anything this time :-$ On 16/05/2005, at 4:17 PM, Paul Smith wrote: Silly me, here's the patch with the extra code NOT commented out... Oh my, ho

Re: [Performance]: IndexWriter again...

2005-05-15 Thread Paul Smith
I'm not even going to say anything this time :-$ On 16/05/2005, at 4:17 PM, Paul Smith wrote: Silly me, here's the patch with the extra code NOT commented out... Oh my, how embarrassing... :) Paul On 16/05/2005, at 4:15 PM, Paul Smith wrote: -

Re: [Performance]: IndexWriter again...

2005-05-15 Thread Paul Smith
Silly me, here's the patch with the extra code NOT commented out... Oh my, how embarrassing... :) Paul On 16/05/2005, at 4:15 PM, Paul Smith wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[Performance]: IndexWriter again...

2005-05-15 Thread Paul Smith
Ok, I'm just following up on my email from 29th April titled '[Performanc]'  (don't you love it when you send before you've typed your subject line completely).  The thread is here:http://mail-archives.apache.org/mod_mbox/lucene-java-dev/200504.mbox/[EMAIL PROTECTED]In summary, I still firmly belie