mirror of https://github.com/apache/lucene.git
LUCENE-10674: Move changes entry to 9.4.
This commit is contained in:
parent
9acc653995
commit
155876a902
|
@ -99,8 +99,6 @@ Bug Fixes
|
||||||
trying to apply a dictionary whose size is greater than the maximum supported
|
trying to apply a dictionary whose size is greater than the maximum supported
|
||||||
window size for LZ4. (Adrien Grand)
|
window size for LZ4. (Adrien Grand)
|
||||||
|
|
||||||
* LUCENE-10674: Ensure BitSetConjDISI returns NO_MORE_DOCS when sub-iterator exhausts. (Jack Mazanec)
|
|
||||||
|
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
* LUCENE-10423: Remove usages of System.currentTimeMillis() from tests. (Marios Trivyzas)
|
* LUCENE-10423: Remove usages of System.currentTimeMillis() from tests. (Marios Trivyzas)
|
||||||
|
@ -161,6 +159,8 @@ Bug Fixes
|
||||||
* LUCENE-10665, GITHUB#11701: Fix classloading deadlock in analysis factories / AnalysisSPILoader
|
* LUCENE-10665, GITHUB#11701: Fix classloading deadlock in analysis factories / AnalysisSPILoader
|
||||||
initialization. (Uwe Schindler)
|
initialization. (Uwe Schindler)
|
||||||
|
|
||||||
|
* LUCENE-10674: Ensure BitSetConjDISI returns NO_MORE_DOCS when sub-iterator exhausts. (Jack Mazanec)
|
||||||
|
|
||||||
Build
|
Build
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue