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,15 +168,6 @@ Optimizations
|
||||||
caching as they could break memory accounting of the query cache.
|
caching as they could break memory accounting of the query cache.
|
||||||
(Adrien Grand)
|
(Adrien Grand)
|
||||||
|
|
||||||
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
|
* LUCENE-8055: MemoryIndex.MemoryDocValuesIterator returns 2 documents
|
||||||
instead of 1. (Simon Willnauer)
|
instead of 1. (Simon Willnauer)
|
||||||
|
|
||||||
|
@ -184,11 +175,17 @@ Bug Fixes
|
||||||
documents. Once this happens, Lucene refuses to open the index and throws a
|
documents. Once this happens, Lucene refuses to open the index and throws a
|
||||||
CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless)
|
CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless)
|
||||||
|
|
||||||
|
Tests
|
||||||
|
|
||||||
|
* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
|
||||||
|
on Java 9+. (Uwe Schindler)
|
||||||
|
|
||||||
Build
|
Build
|
||||||
|
|
||||||
* LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
|
* LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
|
||||||
jars in ~/.ant/lib/. (Shawn Heisey, Steve Rowe)
|
jars in ~/.ant/lib/. (Shawn Heisey, Steve Rowe)
|
||||||
|
|
||||||
|
|
||||||
======================= Lucene 7.1.0 =======================
|
======================= Lucene 7.1.0 =======================
|
||||||
|
|
||||||
Changes in Runtime Behavior
|
Changes in Runtime Behavior
|
||||||
|
|
Loading…
Reference in New Issue