You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lucene/CHANGES.txt
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,8 @@ Bug Fixes
208
208
removing co-planar points to do it once after all holes are removed instead of doing it for each
209
209
removed hole.
210
210
211
+
* GITHUB#15213: Don't normalize centroids with zero samples, which caused divide-by-zero. (Mike Sokolov)
212
+
211
213
* GITHUB#15319: Fix potential hang in initialisation of TermsEnum and BaseTermsEnum (Chris Hegarty)
212
214
213
215
Other
@@ -378,6 +380,8 @@ Optimizations
378
380
379
381
* GITHUB#14991: Refactor for loop at PointRangeQuery hot path. (Ge Song)
380
382
383
+
* GITHUB#15010: Improve off-heap KNN byte vector query performance in cases where indexing and search are performed by the same process. (Kaival Parikh)
384
+
381
385
* GITHUB#15001: Remove full integrity check from SortingStoredFieldsConsumer (Martijn van Groningen)
0 commit comments