You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2022/05/24 13:19:19 UTC

[lucene-site] branch main updated (2a0949bca -> 4d2ab4420)

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

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


    from 2a0949bca LUCENE-10483: add Luke to Features page (#63)
     new d6f167d61 Update version variables for release 9.2.0
     new 4d2ab4420 Adding Lucene news for release 9.2.0

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:
 .../core/core_news/2022-05-23-9-2-0-available.md   | 23 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 content/core/core_news/2022-05-23-9-2-0-available.md


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

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

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

commit d6f167d61104b75e4216042f00b789b9dea9c79f
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Tue May 24 14:09:27 2022 +0100

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 863b376dc..065c31079 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '9.1.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2022, 3, 22)
+LUCENE_LATEST_RELEASE = '9.2.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2022, 5, 23)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 # 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.2.0

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

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

commit 4d2ab4420165d5b52f70c5d977cf6836cb2683a6
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Tue May 24 14:15:59 2022 +0100

    Adding Lucene news for release 9.2.0
---
 .../core/core_news/2022-05-23-9-2-0-available.md   | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/content/core/core_news/2022-05-23-9-2-0-available.md b/content/core/core_news/2022-05-23-9-2-0-available.md
new file mode 100644
index 000000000..59c396860
--- /dev/null
+++ b/content/core/core_news/2022-05-23-9-2-0-available.md
@@ -0,0 +1,23 @@
+Title: Apache Luceneā„¢ 9.2.0 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 9.2.0.
+
+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.2.0 Release Highlights:
+
+ * Numerous improvements to indexing and query performance for KNN vectors
+ * More efficient implementations for count operations on range queries
+ * A new FieldExistsQuery that chooses the best index structures to run over for you
+ * A new Persian stemmer
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <https://lucene.apache.org/core/9_2_0/changes/Changes.html>
\ No newline at end of file