Well, we know of at least two issues:

1) RAMDirectory not merging properly (reported by me)
2) Indexes left in an inconsistent state on crash (i don't remember who
reported this)

Are these to be left as known issues for 1.2?

Thanks,
Scott

> -----Original Message-----
> From: Doug Cutting [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 19, 2001 4:38 PM
> To: '[EMAIL PROTECTED]'
> Subject: new Lucene release: 1.2 RC2
> 
> 
> I just posted a second release candidate for Lucene 1.2.  
> This can be found
> at:
>   http://jakarta.apache.org/builds/jakarta-lucene/release/v1.2-rc2/
> 
> If no serious bugs are found in the next few days, then I 
> will make this the
> 1.2 final release.
> 
> Changes from 1.2 RC1:
>  - added sources to distribution
>  - removed broken build scripts and libraries from distribution
>  - SegmentsReader: fixed potential race condition
>  - FSDirectory: fixed so that getDirectory(xxx,true) correctly
>    erases the directory contents, even when the directory
>    has already been accessed in this JVM.
>  - RangeQuery: Fix issue where an inclusive range query would
>    include the nearest term in the index above a non-existant
>    specified upper term.
>  - SegmentTermEnum: Fix NullPointerException in clone() method
>    when the Term is null.
>  - JDK 1.1 compatibility fix: disabled lock files for JDK 1.1,
>    since they rely on a feature added in JDK 1.2.
> 
> Doug
> 

Reply via email to