From 365ffdeb5798f602363383671fcefc258628ddf8 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 aff5236adf7..2d95149d7c1 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -15,6 +15,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)