You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/03/27 14:41:20 UTC

[solr-site] branch main updated (86e246e77 -> e4b6b0ae9)

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

houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from 86e246e77 minor adjustments to address site build failure
     new a643e5541 Update version variables for release 9.2.0
     new ffada2970 Update the htaccess.ref-guide-antora for release 9.2.0
     new e4b6b0ae9 Adding Solr news for release 9.2.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../solr/solr_news/2023-03-24-9-2-0-available.md   | 30 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +--
 themes/solr/templates/htaccess.ref-guide-antora    |  2 +-
 3 files changed, 33 insertions(+), 3 deletions(-)
 create mode 100644 content/solr/solr_news/2023-03-24-9-2-0-available.md


[solr-site] 02/03: Update the htaccess.ref-guide-antora for release 9.2.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit ffada2970e9c94db96b836b52142596c7d40ef2b
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Mar 24 11:44:10 2023 -0500

    Update the htaccess.ref-guide-antora for release 9.2.0
---
 themes/solr/templates/htaccess.ref-guide-antora | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-antora b/themes/solr/templates/htaccess.ref-guide-antora
index 3cbad938d..c088e78d2 100644
--- a/themes/solr/templates/htaccess.ref-guide-antora
+++ b/themes/solr/templates/htaccess.ref-guide-antora
@@ -1,2 +1,2 @@
-Redirect 302 /guide/solr/9_1 /guide/solr/latest
+Redirect 302 /guide/solr/9_2 /guide/solr/latest
 Redirect 301 /guide/index.html /guide/solr/latest/index.html


[solr-site] 03/03: Adding Solr news for release 9.2.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit e4b6b0ae90a0bb23f4b86af916377c82b3be3def
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 27 10:32:15 2023 -0400

    Adding Solr news for release 9.2.0
---
 .../solr/solr_news/2023-03-24-9-2-0-available.md   | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/content/solr/solr_news/2023-03-24-9-2-0-available.md b/content/solr/solr_news/2023-03-24-9-2-0-available.md
new file mode 100644
index 000000000..aa72684cb
--- /dev/null
+++ b/content/solr/solr_news/2023-03-24-9-2-0-available.md
@@ -0,0 +1,30 @@
+Title: Apache Solr™ 9.2.0 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.2.0.
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.
+
+Solr 9.2.0 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.2.0 Release Highlights:
+
+ * Solr has upgraded to use Jetty 10 instead of Jetty 9.
+ * Solr now includes an opentracing module, with support for OTEL tracing in OTLP  format using gRPC.
+     * This module is meant to replace the jaegertracer-configurator module, which has been deprecated. 
+ * The base operating system of the Solr Docker image has been upgraded to Ubuntu 22 (Jammy).
+ * Streaming Expressions have been moved out of Solrj core into its own module called solrj-streaming.
+ * SolrJ Solr clients now use a builder/setter pattern to enable easier setup.
+ * Solr ConfigSet management has been optimized to improve the startup time of nodes with multiple replicas.
+ * SolrJ can again be used with the default Java truststore.
+
+Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
+
+  <https://solr.apache.org/guide/solr/9_2/upgrade-notes/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of new features, changes and bugfixes:
+
+  <https://solr.apache.org/9_2_0/changes/Changes.html>


[solr-site] 01/03: Update version variables for release 9.2.0

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit a643e554163004524a431004ce4e21d90987c4fe
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Mar 24 11:43:42 2023 -0500

    Update version variables for release 9.2.0
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 430c66c62..aafd3d0b0 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.1.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 1, 25)
+SOLR_LATEST_RELEASE = '9.2.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 3, 24)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'