Skip to content

Commit

Permalink
Sync CHANGES for 9.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Jun 27, 2024
1 parent d47a5af commit 2aec233
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ Bug Fixes
* GITHUB#13463: Address bug in MultiLeafKnnCollector causing #minCompetitiveSimilarity to stay artificially low in
some corner cases. (Greg Miller)

* GITHUB#13493: StringValueFacetCunts stops throwing NPE when faceting over an empty match-set. (Grebennikov Roman,
Stefan Vodita)

Other
--------------------
(No changes)
Expand All @@ -296,7 +293,19 @@ Other

Bug Fixes
---------------------
(No changes)

* GITHUB#13498: Avoid performance regression by constructing lazily the PointTree in NumericComparator. (Ignacio Vera)

* GITHUB#13501, GITHUB#13478: Remove intra-merge parallelism for everything except HNSW graph merges. (Ben Trent)

* GITHUB#13498, GITHUB#13340: Allow adding a parent field to an index with no fields (Michael Sokolov)

* GITHUB#12431: Fix IndexOutOfBoundsException thrown in DefaultPassageFormatter
by unordered matches. (Stephane Campinas)

* GITHUB#13493: StringValueFacetCounts stops throwing NPE when faceting over an empty match-set. (Grebennikov Roman,
Stefan Vodita)


======================== Lucene 9.11.0 =======================

Expand Down

0 comments on commit 2aec233

Please sign in to comment.