This is an automated email from the ASF dual-hosted git repository.
jbernste 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 ba44a16 SOLR-14608: Update CHANGES.txt
ba44a16 is described below
commit ba44a16f33bdf6e51fca3b2df1cb6772a977ce7f
Author: Joel Bernstein <[email protected]>
AuthorDate: Mon Jan 3 13:43:14 2022 -0500
SOLR-14608: Update CHANGES.txt
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 83fca04..de9c77c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -43,6 +43,8 @@ New Features
* SOLR-15613: Enforce error-prone checks to catch all URLEqualsHashCode
violations and use java.net.URI instead (Collins Abanda)
+* SOLR-14608: Faster sorting for the /export handler (Joel Bernstein)
+
Improvements
----------------------
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via
Anshum Gupta)