From 05397b173b6208297e5e5bf246568f993f57862c Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Sun, 27 Oct 2024 22:24:22 +0100 Subject: [PATCH] Add annot. --- src/python/notation.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/python/notation.py b/src/python/notation.py index 4b52e3568..2959b4dc7 100644 --- a/src/python/notation.py +++ b/src/python/notation.py @@ -878,4 +878,8 @@ ('2024-10-22', 'Introduce a heuristic to amortize the per-window overhead in MaxScoreBulkScorer https://github.com/apache/lucene/pull/13941', 'Introduce a heuristic to amortize the per-window overhead in MaxScoreBulkScorer https://github.com/apache/lucene/pull/13941'), + + ('2024-10-26', + 'Remove LeafSimScorer abstraction https://github.com/apache/lucene/pull/13957', + 'Remove LeafSimScorer abstraction https://github.com/apache/lucene/pull/13957'), ]