This is an automated email from the ASF dual-hosted git repository. ishan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 85f6396b36ebe1199734d1aedd6f8bb496a47d1c Author: Ishan Chattopadhyaya <[email protected]> AuthorDate: Fri Nov 18 22:34:43 2022 +0530 Adding Solr news for release 9.1.0 --- .../solr/solr_news/2022-11-17-9-1-0-available.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/solr/solr_news/2022-11-17-9-1-0-available.md b/content/solr/solr_news/2022-11-17-9-1-0-available.md new file mode 100644 index 000000000..02006e86a --- /dev/null +++ b/content/solr/solr_news/2022-11-17-9-1-0-available.md @@ -0,0 +1,26 @@ +Title: Apache Solr™ 9.1.0 available +category: solr/news +save_as: + +The Solr PMC is pleased to announce the release of Apache Solr 9.1.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.1.0 is available for immediate download at: + + <https://solr.apache.org/downloads.html> + +### Solr 9.1.0 Release Highlights: + + * Dedicated query coordinator nodes in a Solr cluster + * Improvements to admin UI: managing paramsets in queries, managing field + types, replica types while collection creation, etc. + * Support for rolling up core level metrics to be node level metrics + +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_1/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_1_0/changes/Changes.html>
