mirror of https://github.com/apache/lucene.git
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:
parent
79f0a57874
commit
fabdb72cd8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue