mirror of https://github.com/apache/lucene.git
document fix for bug #31241
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65ce0a021b
commit
49d0e47491
|
@ -61,6 +61,10 @@ $Id$
|
|||
BufferedIndexInput. InputStream is now deprecated and FSDirectory
|
||||
is now subclassable. (cutting)
|
||||
|
||||
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)
|
||||
|
||||
1.4.1
|
||||
|
||||
1. Fixed a performance bug in hit sorting code, where values were not
|
||||
|
|
Loading…
Reference in New Issue