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:
Martijn van Groningen 2014-03-17 11:09:07 +00:00
parent 1fd9722f49
commit f31b34e717
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ Optimizations
on Windows if NIOFSDirectory is used, mmapped files are still locked. on Windows if NIOFSDirectory is used, mmapped files are still locked.
(Michael Poindexter, Robert Muir, Uwe Schindler) (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 Bug fixes
* LUCENE-5450: Fix getField() NPE issues with SpanOr/SpanNear when they have an * LUCENE-5450: Fix getField() NPE issues with SpanOr/SpanNear when they have an