mirror of https://github.com/apache/lucene.git
Move bugfix entries to version 8.5.1
This commit is contained in:
parent
8a88ab0e7c
commit
b7b85f3e75
|
@ -173,9 +173,6 @@ Bug Fixes
|
||||||
|
|
||||||
* LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher for empty fields (Marvin Justice via Mike Drob)
|
* 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)
|
* LUCENE-9309: Wait for #addIndexes merges when aborting merges. (Simon Willnauer)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
|
@ -201,7 +198,9 @@ Other
|
||||||
|
|
||||||
Bug Fixes
|
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 =======================
|
======================= Lucene 8.5.0 =======================
|
||||||
|
|
||||||
|
|
|
@ -118,8 +118,6 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-14356: PeerSync should not fail with SocketTimeoutException from hanging nodes (Cao Manh Dat)
|
* 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.
|
* 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
|
This is a fix for incomplete optimization made by SOLR-11880 in Solr 7.4 which fixed distributed updates but not
|
||||||
distributed search. (shalin)
|
distributed search. (shalin)
|
||||||
|
@ -161,7 +159,8 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
|
||||||
|
|
||||||
Bug Fixes
|
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 ==================
|
================== 8.5.0 ==================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue