mirror of https://github.com/apache/lucene.git
LUCENE-9164: fix changes entry
This commit is contained in:
parent
cbd0dcb5df
commit
bd16620706
|
@ -131,6 +131,9 @@ Bug Fixes
|
|||
* LUCENE-9258: DocTermsIndexDocValues assumed it was operating on a SortedDocValues (single valued) field when
|
||||
it could be multi-valued used with a SortedSetSelector (Michele Palmia)
|
||||
|
||||
* LUCENE-9164: Ensure IW processes all internal events before it closes itself on a rollback.
|
||||
(Simon Willnauer, Nhat Nguyen, Dawid Weiss, Mike Mccandless)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
|
||||
|
@ -271,9 +274,6 @@ Bug Fixes
|
|||
|
||||
* LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint. (Ignacio Vera)
|
||||
|
||||
* LUCENE-9164: Ensure IW processes all internal events before it closes itself on a rollback.
|
||||
(Simon Willnauer, Nhat Nguyen, Dawid Weiss, Mike Mccandless)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue