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
The following commit(s) were added to refs/heads/main by this push:
new f118d4169 Tweak 10.0 release note, add removal of local Tika to list
f118d4169 is described below
commit f118d4169b3164e60c4ad8cd7945f8b59ebae864
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Mar 4 11:04:14 2026 +0100
Tweak 10.0 release note, add removal of local Tika to list
---
content/solr/solr_news/2026-03-03-10-0-0-available.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/content/solr/solr_news/2026-03-03-10-0-0-available.md
b/content/solr/solr_news/2026-03-03-10-0-0-available.md
index 48ee95134..3a6019646 100644
--- a/content/solr/solr_news/2026-03-03-10-0-0-available.md
+++ b/content/solr/solr_news/2026-03-03-10-0-0-available.md
@@ -31,7 +31,7 @@ This is a major-version release with breaking changes. The
highlights below is n
* MergeOnFlushMergePolicy: New merge policy that optimizes indexing throughput
by performing merges during flush operations rather than separately
### Security
-* CLI commands now support a --credentials option to specify Basic
Authentication credentials; supplementing existing solr.in.sh-based auth
support.
+* CLI commands now support a `--credentials` option to specify Basic
Authentication credentials; supplementing existing solr.in.sh-based auth
support.
* System Property Standardization: Consistent security-related system property
naming patterns improve configuration clarity and reduce misconfiguration risks
* Jetty 12 upgrade provides enhanced TLS 1.3 support and modern cipher suites
@@ -45,8 +45,9 @@ This is a major-version release with breaking changes. The
highlights below is n
### Deprecations and Removals
* Apache HttpClient: Solr 10 standardizes the use of Jetty HttpClient
internally and no longer uses Apache HttpClient.
-* The jaegertracer-configurator , analytics , and hadoop-auth modules have
been removed.
-* Deprecated Field Types: Removed ExternalFileField, CurrencyField, and
EnumField field types
+* The *jaegertracer-configurator*, *analytics*, and *hadoop-auth* modules have
been removed.
+* The *local Tika* extraction engine has been removed. See documentation for
how to use TikaServer instead.
+* Deprecated Field Types: Removed `ExternalFileField`, `CurrencyField`, and
`EnumField` field types
### Other
* Introduction of an alternative, experimental Admin UI alongside the existing
interface. Available at `/solr/ui`