From 43ba8b59899a94ca7bc9878d00dfc1ec4d2cc322 Mon Sep 17 00:00:00 2001 From: Matthew Biscocho Date: Mon, 27 Apr 2026 15:40:06 -0400 Subject: [PATCH] Changelog title change --- changelog/unreleased/SOLR-18181-ValueSourceAugmenter-npe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/SOLR-18181-ValueSourceAugmenter-npe.yml b/changelog/unreleased/SOLR-18181-ValueSourceAugmenter-npe.yml index 83a8be7c250..f390b7b2fa3 100644 --- a/changelog/unreleased/SOLR-18181-ValueSourceAugmenter-npe.yml +++ b/changelog/unreleased/SOLR-18181-ValueSourceAugmenter-npe.yml @@ -1,4 +1,4 @@ -title: Fix NPE in ValueSourceAugmenter when rows exceed prefetch limit with scores requested +title: Use of function queries in "fl" would fail if rows exceeds 1000 and scores requested. A regression since v9.9. type: fixed authors: - name: Matthew Biscocho