You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2021/06/21 14:50:03 UTC

[solr] branch main updated: Sync CHANGES for 8.9.0 (#184)

This is an automated email from the ASF dual-hosted git repository.

mayya 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 71d5394  Sync CHANGES for 8.9.0 (#184)
71d5394 is described below

commit 71d5394a4762d94cffff068b0e0b42fc51e3df00
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Jun 21 10:49:57 2021 -0400

    Sync CHANGES for 8.9.0 (#184)
---
 solr/CHANGES.txt | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index cd23b4a..adb4b5e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -145,6 +145,10 @@ when told to. The admin UI now tells it to. (Nazerke Seidan, David Smiley)
 
 * SOLR-15460: Implement LIKE, IS NOT NULL, IS NULL, and support wildcard * in equals string literal for Parallel SQL (Timothy Potter, Houston Putman)
 
+* SOLR-15044: When indexing nested docs via JSON, it is no longer necessary to provide child doc IDs.
+  This was already working for XML & "javabin"/SolrJ.  Previously, omitting the ID would be confused
+  for a partial/atomic update.  (David Smiley)
+
 Other Changes
 ----------------------
 * SOLR-14656: Autoscaling framework removed (Ishan Chattopadhyaya, noble, Ilan Ginzburg)
@@ -423,9 +427,7 @@ Improvements
 * SOLR-15156: [child] doc transformer's childFilter param no longer applies query syntax escaping.
   It was inconsistent with other Solr options.  It did this escaping since 8.0 but not prior.  (David Smiley)
 
-* SOLR-15044: When indexing nested docs via JSON, it is no longer necessary to provide child doc IDs.
-  This was already working for XML & "javabin"/SolrJ.  Previously, omitting the ID would be confused
-  for a partial/atomic update.  (David Smiley)
+* SOLR-15337: Avoid XPath in solrconfig.xml parsing (noble)
 
 Optimizations
 ---------------------
@@ -455,6 +457,8 @@ Bug Fixes
 * SOLR-15457: Fix JSON Faceting on EnumFieldType -- returned values should not be internal ordinals.
   (Thomas Wöckinger via David Smiley)
 
+* SOLR-15216: Fix for Invalid Reference to data.followers in Admin UI. (Dean Pearce)
+
 * SOLR-15273: Fix NullPointerException in StoredFieldsShardResponseProcessor that happened when a field name alias is
   used for the unique key field in searches with distributed result grouping. (limingnihao via Christine Poerschke)
 
@@ -484,6 +488,9 @@ Other Changes
 
 * SOLR-15377: Improve IndexFetcher's exception logging upon replication errors. (Torsten Bøgh Köster, Christine Poerschke)
 
+* SOLR-15416: Metrics history handler and metrics history collection (together with its
+  specialized reporters) have been deprecated and will be removed in 9.0. (ab)
+
 * SOLR-14978: Enable OOM Killer Script in Solr Foreground. Simplify getting heap dumps on OOM. (Mike Drob, Houston Putman)
 
 * SOLR-15316: Upgrade Jetty to 9.4.41.v20210516 (janhoy, Mike Drob)