Fixed typo in CHANGES.txt for issue LUCENE-5399 and moved that issue under optimizations.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martijn van Groningen 2014-02-21 13:49:25 +00:00
parent 79f0a57874
commit fabdb72cd8
1 changed files with 4 additions and 4 deletions

View File

@ -317,14 +317,14 @@ Optimizations
* LUCENE-5271: A slightly more accurate SloppyMath distance.
(Gilad Barkai via Ryan Ernst)
* LUCENE-5399: Deep paging using IndexSearcher.searchAfter when
sorting by fields is faster (Rob Muir, Mike McCandless)
Changes in Runtime Behavior
* LUCENE-5362: IndexReader and SegmentCoreReaders now throw
AlreadyClosedException if the refCount in incremented but
is less that 1. (Simon Willnauer)
* LUCENE-4399: Deep paging using IndexSearcher.searchAfter when
sorting by fields is faster (Rob Muir, Mike McCandless)
is less that 1. (Simon Willnauer)
Documentation