Michael McCandless wrote:
> Unfortunately there is another corruption case (LUCENE-1176) that
> happens regardless of autoCommit, if multiple threads are adding docs
> and doc(s) w/o any term vector fields are added before docs with term
> vector fields.
> 
> Maybe change to this?
> 
> This release contains fixes for serious bugs in 2.3.0 that could cause
> index corruptions in autoCommit=false mode or in cases where multiple
> threads are adding documents where some have term-vector enabled
> fields and some don't.  The autoCommit option was added to IndexWriter
> with release 2.2.0. If not explicitly set to false, the IndexWriter
> runs in autoCommit=true mode.
> 

That's good, I'll change it. Thanks, Mike!

-Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to