mirror of https://github.com/apache/lucene.git
LUCENE-5515: Added missing CHANGES.TXT entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1578300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fd9722f49
commit
f31b34e717
|
@ -146,6 +146,10 @@ Optimizations
|
|||
on Windows if NIOFSDirectory is used, mmapped files are still locked.
|
||||
(Michael Poindexter, Robert Muir, Uwe Schindler)
|
||||
|
||||
* LUCENE-5515: Improved TopDocs#merge to create a merged ScoreDoc
|
||||
array with length of at most equal to the specified size instead of length
|
||||
equal to at most from + size as was before.
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-5450: Fix getField() NPE issues with SpanOr/SpanNear when they have an
|
||||
|
|
Loading…
Reference in New Issue