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
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
Yonik Seeley wrote:
> Perhaps add something to the effect that autoCommit=false was a new
> 2.3 feature, so it's only those who actually started using it who were
> at risk?
>
autoCommit=false was already introduced in 2.2.0, so also people who are
upgrading from 2.2.0 might be at risk. But I can
Perhaps add something to the effect that autoCommit=false was a new
2.3 feature, so it's only those who actually started using it who were
at risk?
-Yonik
On Fri, Feb 22, 2008 at 7:02 PM, Michael Busch <[EMAIL PROTECTED]> wrote:
> Hi Team,
>
> the 2.3.1 release files will be available for downlo