This is an automated email from the ASF dual-hosted git repository.
jbernste pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_0 by this push:
new 5844dd7 SOLR-15755: Update CHANGES.txt
5844dd7 is described below
commit 5844dd72429f15c2f6d26828a7f18b6ce7ce30e7
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 0f8d395..54bc75f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -220,6 +220,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.)