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: docs/changelog/133980.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,6 @@ highlight:
7
7
title: "New lucene 10.3.0 release"
8
8
body: |-
9
9
- Improved performance for lexical, vector and primary-key searches
10
+
- Use optimistic-with-checking KNN Query execution strategy in place of cross-thread global queue min-score checking. Improves performance and consistency.
11
+
- Bulk scoring added for floating point vectors in HNSW. Improving query latency and indexing throughput
12
+
- Multiple improvements to HNSW graph traversal and storage
0 commit comments