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

krisden 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 feeac2c  SOLR-15904: Add SQL module to major-change-in-solr-9.adoc
feeac2c is described below

commit feeac2cf03b852beeb31c81b8fcf3e6647b0e584
Author: Kevin Risden <[email protected]>
AuthorDate: Mon Feb 21 16:21:21 2022 -0500

    SOLR-15904: Add SQL module to major-change-in-solr-9.adoc
---
 .../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc        | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
index 019f04e..7c544fc 100644
--- 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
+++ 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
@@ -128,6 +128,9 @@ changes, however the module needs to be installed - see the 
section xref:deploym
 * SOLR-13989: Hadoop authentication support has been moved to the hadoop-auth 
module. Existing Solr configurations do not need any Hadoop authentication 
related
 changes, however the module needs to be installed - see the section 
xref:deployment-guide:hadoop-authentication-plugin.adoc[].
 
+* SOLR-15904: SQL support has been moved to the sql module. Existing Solr 
configurations do not need any SQL related
+changes, however the module needs to be installed - see the section 
xref:query-guide:sql-query.adoc[].
+
 * SOLR-15950: The folder $SOLR_HOME/userfiles, used by the "cat" streaming 
expression, is no longer created automatically on startup. The user must create 
this folder.
 
 * SOLR-15097: JWTAuthPlugin has been moved to a module. Users need to add the 
module to classpath. The plugin has also
@@ -334,4 +337,5 @@ where they really belong: /admin/threads, 
/admin/properties, /admin/logging
 * SOLR-15949: Docker: the official image now uses Java 17 provided by Eclipse 
Temurin.  Formerly it was Java 11 from OpenJDK.
 (janhoy, David Smiley)
 
-* Atomic/partial updates to nested documents now _require_ the `\_root_` field 
to clearly show the document isn't a root document.  Solr 8 would fallback on 
the `\_route_` param but no longer.
\ No newline at end of file
+* Atomic/partial updates to nested documents now _require_ the `\_root_` field 
to clearly show the document isn't a root document.  Solr 8 would fallback on 
the `\_route_` param but no longer.
+

Reply via email to