Move bugfix entries to version 8.5.1

This commit is contained in:
iverase 2020-04-16 09:36:55 +02:00
parent 8a88ab0e7c
commit b7b85f3e75
2 changed files with 5 additions and 7 deletions

View File

@ -173,9 +173,6 @@ Bug Fixes
* LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher for empty fields (Marvin Justice via Mike Drob)
* LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created
externally and added to the index with IndexWriter#addIndexes(Directory). (Jim Ferenczi, Adrien Grand)
* LUCENE-9309: Wait for #addIndexes merges when aborting merges. (Simon Willnauer)
Other
@ -201,7 +198,9 @@ Other
Bug Fixes
---------------------
(No changes)
* LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created
externally and added to the index with IndexWriter#addIndexes(Directory). (Jim Ferenczi, Adrien Grand)
======================= Lucene 8.5.0 =======================

View File

@ -118,8 +118,6 @@ Bug Fixes
* SOLR-14356: PeerSync should not fail with SocketTimeoutException from hanging nodes (Cao Manh Dat)
* SOLR-14359: Admin UI collection/core drop-downs had wrong placeholder text. Fixed by upgrading angular-chosen (janhoy)
* SOLR-14402: Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed search.
This is a fix for incomplete optimization made by SOLR-11880 in Solr 7.4 which fixed distributed updates but not
distributed search. (shalin)
@ -161,7 +159,8 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
Bug Fixes
---------------------
(No changes)
* SOLR-14359: Admin UI collection/core drop-downs had wrong placeholder text. Fixed by upgrading angular-chosen (janhoy)
================== 8.5.0 ==================