You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/18 14:06:35 UTC

[lucene-site] branch main updated (296f72a -> 3871239)

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

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


    from 296f72a  Add Michael Gibney to committers list
     new 7f79d16  Update version variables for release 8.10.1
     new 3871239  Adding Lucene news for release 8.10.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:
 .../core/core_news/2021-10-18-8-10-1-available.md  | 24 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)
 create mode 100644 content/core/core_news/2021-10-18-8-10-1-available.md

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

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

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

commit 3871239290603ee86dfad0d926bc02f26ab559f4
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:29:00 2021 -0400

    Adding Lucene news for release 8.10.1
---
 .../core/core_news/2021-10-18-8-10-1-available.md  | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/content/core/core_news/2021-10-18-8-10-1-available.md b/content/core/core_news/2021-10-18-8-10-1-available.md
new file mode 100644
index 0000000..307c80a
--- /dev/null
+++ b/content/core/core_news/2021-10-18-8-10-1-available.md
@@ -0,0 +1,24 @@
+Title: Apache Luceneā„¢ 8.10.1 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.10.1.
+
+Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+This release contains bug fixes. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 8.10.1 Release Highlights:
+
+#### Bug fixes
+
+- MultiCollector now handles single leaf collector that wants to skip low-scoring hits but the combined score mode doesn't allow it.
+- Fix for sort optimization with search_after that was wrongly skipping document whose values are equal to the last value of the previous page.
+- Fix for sort optimization with a chunked bulk scorer that was wrongly skipping documents.
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/8_10_1/changes/Changes.html>

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

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

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

commit 7f79d1600e3e22b35b49202021c2017bdc913c52
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:11:34 2021 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 43bb1e6..318803d 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.10.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 9, 27)
+LUCENE_LATEST_RELEASE = '8.10.1'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 10, 18)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.