LUCENE-9164: fix changes entry

This commit is contained in:
Simon Willnauer 2020-03-15 09:04:34 +01:00
parent cbd0dcb5df
commit bd16620706
1 changed files with 3 additions and 3 deletions

View File

@ -131,6 +131,9 @@ Bug Fixes
* LUCENE-9258: DocTermsIndexDocValues assumed it was operating on a SortedDocValues (single valued) field when * 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) 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 Other
--------------------- ---------------------
@ -271,9 +274,6 @@ Bug Fixes
* LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint. (Ignacio Vera) * 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 Other
--------------------- ---------------------