You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2023/01/25 06:06:59 UTC

[solr-site] branch main updated (a72874a0a -> 7414c034b)

This is an automated email from the ASF dual-hosted git repository.

magibney pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from a72874a0a Merge pull request #89 from justinrsweeney/SOLR-16544-how-to-contribute
     new da795d16c Update version variables for release 9.1.1
     new 7414c034b Adding Solr news for release 9.1.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../solr/solr_news/2023-01-25-9-1-1-available.md   | 38 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +--
 2 files changed, 40 insertions(+), 2 deletions(-)
 create mode 100644 content/solr/solr_news/2023-01-25-9-1-1-available.md


[solr-site] 02/02: Adding Solr news for release 9.1.1

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

magibney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 7414c034bc4bf6fc48d9c98c7a0e614b1c132f7f
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Wed Jan 25 01:01:22 2023 -0500

    Adding Solr news for release 9.1.1
---
 .../solr/solr_news/2023-01-25-9-1-1-available.md   | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/content/solr/solr_news/2023-01-25-9-1-1-available.md b/content/solr/solr_news/2023-01-25-9-1-1-available.md
new file mode 100644
index 000000000..6460b87bd
--- /dev/null
+++ b/content/solr/solr_news/2023-01-25-9-1-1-available.md
@@ -0,0 +1,38 @@
+Title: Apache Solr™ 9.1.1 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.1.1.
+
+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.1 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.1.1 Release Highlights:
+
+Bugfixes
+
+ * SOLR-16589: Fixed issue where large fields with large=true could be truncated when using unicode values
+ * SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start offset, like `q=*:*&start=10`
+ * SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
+ * SOLR-16622: Fixed issue where replicas could fail to register as active after node restart
+
+Other
+
+ * SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
+ * SOLR-16568: Upgrade woodstox-core to 6.4.0
+ * SOLR-16598: Upgrade Protobuf to 3.21.12
+ * SOLR-16567: Fixed problem with filtering and KNN search, especially when using post-filters
+ * SOLR-16588: Fixed problem with default knn algorithm
+ * SOLR-16480: ConfigSets now have an overridable allow-list for filetypes
+
+
+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 bugfixes:
+
+  <https://solr.apache.org/9_1_1/changes/Changes.html>


[solr-site] 01/02: Update version variables for release 9.1.1

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

magibney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit da795d16c7be4bc50a07929a2eb012643bb6345c
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Wed Jan 25 00:19:03 2023 -0500

    Update version variables for release 9.1.1
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index a3f646fac..2861067be 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.1.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2022, 11, 18)
+SOLR_LATEST_RELEASE = '9.1.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 01, 25)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'