This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 81d0f6b76b8 SOLR-17447: fix typo in solr/CHANGES.txt
81d0f6b76b8 is described below
commit 81d0f6b76b8fc9706662394ec9a886ad815d96ff
Author: Christine Poerschke <[email protected]>
AuthorDate: Fri May 2 17:21:14 2025 +0100
SOLR-17447: fix typo in solr/CHANGES.txt
#2960 follow-up
---
solr/CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f02a4a41c33..a6de31271b9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -205,7 +205,7 @@ New Features
* SOLR-17678: ReRank queries can now return the matchScore (original score) in
addition to the re-ranked score. (Siju Varghese, Houston Putman)
-* SSOLR-17447 : Support terminating a search early based on maxHitsAllowed per
shard. (Siju Varghese, Houston Putman, David Smiley, Gus Heck)
+* SOLR-17447: Support terminating a search early based on maxHitsAllowed per
shard. (Siju Varghese, Houston Putman, David Smiley, Gus Heck)
* SOLR-17749: Added linear function support for RankField via
RankQParserPlugin. (Christine Poerschke)