This is an automated email from the ASF dual-hosted git repository.
mlbiscoc pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new ae43fa024d6 SOLR-18181: Improve changelog description for users (#4372)
ae43fa024d6 is described below
commit ae43fa024d61e5ef3acc99476eb3f19510f9acf0
Author: Matthew Biscocho <[email protected]>
AuthorDate: Thu Apr 30 12:53:59 2026 -0400
SOLR-18181: Improve changelog description for users (#4372)
---
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