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:23 UTC

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

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>