Re: Flush by RAM size question...

2008-01-20 Thread Erick Erickson
Michael: Thanks, that's what I figured, but it's nice to have confirmed. Erick On Jan 20, 2008 11:59 AM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Hi Erick, > > Yes, you do still need to guard against this case in 2.3. IndexWriter > checks the RAM usage after each doc is processed and

Re: Flush by RAM size question...

2008-01-20 Thread Michael McCandless
Hi Erick, Yes, you do still need to guard against this case in 2.3. IndexWriter checks the RAM usage after each doc is processed and flushes when that's over the limit. However, the memory consumed by a very large doc should be quite a bit less than before, because in 2.3 IndexWriter makes mor