This is an automated email from the ASF dual-hosted git repository.
jbernste 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 fb74184 SOLR-15755: Update CHANGES.txt
fb74184 is described below
commit fb74184254b1fb39bb05834a073395a205116c2f
Author: Joel Bernstein <[email protected]>
AuthorDate: Wed Jan 26 14:14:51 2022 -0500
SOLR-15755: Update CHANGES.txt
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index eda361c..416bd8c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -250,6 +250,8 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
* SOLR-9376: Raw value DocTransformers (`[xml]`, `[json]`, `[geo w=GeoJSON]`)
now work
in a distributed/SolrCloud context (Michael Gibney)
+* SOLR-15755: Parse collection, shard, core, replica info from newSearcher
events in postlogs tool (Joel Bernstein)
+
Build
---------------------
* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk
(Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)