Skip to content

Commit

Permalink
Merge pull request #137 from anshumg/fix-news-98
Browse files Browse the repository at this point in the history
fix news section escape character
  • Loading branch information
anshumg authored Jan 24, 2025
2 parents 87fceae + d891141 commit e863ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/solr/solr_news/2025-01-23-9-8-0-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Solr 9.8.0 is available for immediate download at:
* Cluster properties can now be listed or read individually using new v2 APIs ("GET /api/cluster/properties" and "GET /api/cluster/properties/propName")
* SolrJ CloudSolrClient now performs reasonably when configured with Solr URLs, which is increasingly going to be preferred over ZK URLs. Some big performance improvements occurred this release.
* Shard splits now support indexes with nested documents.
* "<lib/>" tags in solrconfig.xml are now quietly ignored by default unless explicitly enabled with the `SOLR_CONFIG_LIB_ENABLED=true` environment variable (or corresponding sysprop)
* "\<lib/\>" tags in solrconfig.xml are now quietly ignored by default unless explicitly enabled with the `SOLR_CONFIG_LIB_ENABLED=true` environment variable (or corresponding sysprop)
* multiThreaded=true no longer risks rejected exceptions under load. But you may need to increase the thread pool to more fully utilize a machine than previously.

Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
Expand Down

0 comments on commit e863ba2

Please sign in to comment.