mirror of https://github.com/apache/lucene.git
Remove 7.1.1 section of the changelog.
This commit is contained in:
parent
5448274f26
commit
14713302c8
|
@ -168,27 +168,24 @@ Optimizations
|
|||
caching as they could break memory accounting of the query cache.
|
||||
(Adrien Grand)
|
||||
|
||||
* LUCENE-8055: MemoryIndex.MemoryDocValuesIterator returns 2 documents
|
||||
instead of 1. (Simon Willnauer)
|
||||
|
||||
* LUCENE-8043: Fix document accounting in IndexWriter to prevent writing too many
|
||||
documents. Once this happens, Lucene refuses to open the index and throws a
|
||||
CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless)
|
||||
|
||||
Tests
|
||||
|
||||
* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
|
||||
on Java 9+. (Uwe Schindler)
|
||||
|
||||
======================= Lucene 7.1.1 =======================
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-8055: MemoryIndex.MemoryDocValuesIterator returns 2 documents
|
||||
instead of 1. (Simon Willnauer)
|
||||
|
||||
* LUCENE-8043: Fix document accounting in IndexWriter to prevent writing too many
|
||||
documents. Once this happens, Lucene refuses to open the index and throws a
|
||||
CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless)
|
||||
|
||||
Build
|
||||
|
||||
* LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
|
||||
jars in ~/.ant/lib/. (Shawn Heisey, Steve Rowe)
|
||||
|
||||
|
||||
======================= Lucene 7.1.0 =======================
|
||||
|
||||
Changes in Runtime Behavior
|
||||
|
|
Loading…
Reference in New Issue