From 70530a92d93286aa54264abde5f6f7f17e7277c5 Mon Sep 17 00:00:00 2001 From: ChrisHegarty Date: Fri, 29 Nov 2024 10:32:45 +0000 Subject: [PATCH] add missing changes log entry for 13998 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 01e963f4c48..b9664ff6263 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -41,6 +41,9 @@ API Changes * GITHUB#13957: Removed LeafSimScorer class, to save its overhead. Scorers now compute scores directly from a SimScorer, postings and norms. (Adrien Grand) +* GITHUB#13998: Add IndexInput::isLoaded to determine if the contents of an + input is resident in physical memory. (Chris Hegarty) + New Features --------------------- (No changes)