You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2022/10/24 09:20:29 UTC

[lucene-site] branch main updated (393e97154 -> f89608e4c)

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

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


    from 393e97154 remove extra spaces that may be preventing markdown rendering
     new ff643d397 Update version variables for release 9.4.1
     new f89608e4c Adding Lucene news for release 9.4.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:
 ...3-9-2-0-available.md => yyyy-mm-dd-9-4-1-available.md} | 15 ++++++---------
 pelicanconf.py                                            |  4 ++--
 2 files changed, 8 insertions(+), 11 deletions(-)
 copy content/core/core_news/{2022-05-23-9-2-0-available.md => yyyy-mm-dd-9-4-1-available.md} (57%)


[lucene-site] 01/02: Update version variables for release 9.4.1

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

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

commit ff643d3975f6c9411518c16cec2145dc684b3313
Author: iverase <iv...@apache.org>
AuthorDate: Mon Oct 24 11:15:41 2022 +0200

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

diff --git a/pelicanconf.py b/pelicanconf.py
index c7c401616..da0c500f9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '9.4.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2022, 9, 30)
+LUCENE_LATEST_RELEASE = '9.4.1'
+LUCENE_LATEST_RELEASE_DATE = datetime(2022, 10, 24)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.


[lucene-site] 02/02: Adding Lucene news for release 9.4.1

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

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

commit f89608e4c5c6e562aeb2156d7177a072c7b86d80
Author: iverase <iv...@apache.org>
AuthorDate: Mon Oct 24 11:18:13 2022 +0200

    Adding Lucene news for release 9.4.1
---
 content/core/core_news/yyyy-mm-dd-9-4-1-available.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/content/core/core_news/yyyy-mm-dd-9-4-1-available.md b/content/core/core_news/yyyy-mm-dd-9-4-1-available.md
new file mode 100644
index 000000000..536e412d3
--- /dev/null
+++ b/content/core/core_news/yyyy-mm-dd-9-4-1-available.md
@@ -0,0 +1,20 @@
+Title: Apache Luceneā„¢ 9.4.1 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 9.4.1.
+
+Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.
+
+This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 9.4.1 Release Highlights:
+
+ * When reading large segments, the kNN vectors format could fail with a validation error, preventing further writes or searches on the index. This bug is now fixed. Only version 9.4.0 was affected, so it is recommended to skip 9.4.0 if you are using kNN vectors.
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/9_4_1/changes/Changes.html>