This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit c95531f02b37606103823bcdd57eb7faa7e831ad Author: Jan Høydahl <[email protected]> AuthorDate: Fri Nov 7 00:01:03 2025 +0100 Adding Solr news for release 9.10.0 --- .../solr/solr_news/2025-11-06-9-10-0-available.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/content/solr/solr_news/2025-11-06-9-10-0-available.md b/content/solr/solr_news/2025-11-06-9-10-0-available.md new file mode 100644 index 000000000..6f54a1236 --- /dev/null +++ b/content/solr/solr_news/2025-11-06-9-10-0-available.md @@ -0,0 +1,29 @@ +Title: Apache Solr™ 9.10.0 available +category: solr/news +save_as: + +The Solr PMC is pleased to announce the release of Apache Solr 9.10.0. + +Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other major features include Kubernetes and docker integration, streaming, highlighting, faceting, and spellchecking. + +Solr 9.10.0 is available for immediate download at: + + <https://solr.apache.org/downloads.html> + +### Solr 9.10.0 Release Highlights: + + * **Java 24+ Support** - Solr now runs on Java 24 and later with Security Manager disabled + * **External Tika Server Integration** - Solr Cell can * delegate document parsing to external Tika server for * improved stability and scalability + * **Version-Based Cluster Protection** - Prevents nodes with * older versions from joining SolrCloud clusters + * **Full Outer Join Streaming** - New fullOuterJoin stream * function added to streaming expressions + * **Lucene upgraded to 9.12.3** and 30+ other dependency * updates + * **SolrJ Dependencies** - Apache HttpClient dependencies can * be excluded if the legacy/deprecated SolrClients are not * used. + * **Deprecations** - XLSXResponseWriter, Tika Language * Identifier, in-process Tika, and some SolrJ builders and * methods in preparation for Solr 10 + +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_10/upgrade-notes/solr-upgrade-notes.html> + +Please read CHANGELOG.md for a full list of new features, changes and bugfixes: + + <https://solr.apache.org/9_10_0/changes/Changes.html> \ No newline at end of file
