On Saturday 18 September 2004 20:21, [EMAIL PROTECTED] wrote:

> Â order was undefined in case of duplicate sort keys, this could lead to
> incorrect results (documents appearing twice in the result set, other
> documents missing) if there were more than 100 matches. PR:31241

This bug could actually lead to incorrect results. So what about releasing 
Lucene 1.4.2? Here is a list of fixes that could be part of that release:

-4. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
    prevented deletion of obsolete segments. (Christoph Goller)

-13. Fixed bug #31241: Sorting could lead to incorrect results (documents
    missing, others duplicated) if the sort keys were not unique and there
    were more than 100 matches. (Daniel Naber)

-There was a compile problem with StandardTokenizer.jj because of an 
missing import.

Opinions?

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to