mirror of https://github.com/apache/lucene.git
LUCENE-9791: add CHANGES.txt entry
This commit is contained in:
parent
6367cd1b74
commit
12999d30f2
|
@ -1,4 +1,4 @@
|
||||||
Lucene Change Log
|
KLucene Change Log
|
||||||
|
|
||||||
For more information on past and future Lucene versions, please see:
|
For more information on past and future Lucene versions, please see:
|
||||||
http://s.apache.org/luceneversions
|
http://s.apache.org/luceneversions
|
||||||
|
@ -314,6 +314,10 @@ Bug Fixes
|
||||||
throw an exception when the query implements TwoPhaseIterator and when the score is requested
|
throw an exception when the query implements TwoPhaseIterator and when the score is requested
|
||||||
repeatedly. (David Smiley, hossman)
|
repeatedly. (David Smiley, hossman)
|
||||||
|
|
||||||
|
* LUCENE-9791: BytesRefHash.equals/find is now thread safe, fixing a
|
||||||
|
Luwak/Monitor bug causing registered queries to sometimes fail to
|
||||||
|
match. (Paweł Bugalski)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
Loading…
Reference in New Issue