From 139c12765b307f733458388478abcbb0f4713bc0 Mon Sep 17 00:00:00 2001 From: Kaival Parikh Date: Thu, 28 Aug 2025 15:48:38 +0000 Subject: [PATCH] Add annotation for apache/lucene#14874 --- src/python/notation.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/python/notation.py b/src/python/notation.py index 9a668313..5dee750a 100644 --- a/src/python/notation.py +++ b/src/python/notation.py @@ -788,6 +788,11 @@ "Further improve filtering by score https://github.com/apache/lucene/pull/14970", "Further improve filtering by score https://github.com/apache/lucene/pull/14970", ), + ( + "2025-07-29", + "Improve byte vector scoring by loading on v/s off-heap vectors more appropriately https://github.com/apache/lucene/pull/14874", + "Improve byte vector scoring by loading on v/s off-heap vectors more appropriately https://github.com/apache/lucene/pull/14874", + ), ( "2025-08-06", "GroupVarInt encoding for HNSW graphs https://github.com/apache/lucene/pull/14932",