You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/21 16:35:13 UTC

[lucene-site] branch main updated (c96ac9276 -> e83a37895)

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

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


    from c96ac9276 Merge pull request #66 from LuXugang/main
     new 9356dfb98 Update version variables for release 8.11.2
     new e83a37895 Adding Lucene news for release 8.11.2

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:
 ...8-8-1-available.md => 2022-06-17-8-11-2-available.md} | 16 +++++++++++-----
 pelicanconf.py                                           |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
 copy content/core/core_news/{2021-02-22-8-8-1-available.md => 2022-06-17-8-11-2-available.md} (56%)


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

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

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

commit e83a37895bbae024fcb0b694411d821f339d8cf9
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 09:31:18 2022 -0700

    Adding Lucene news for release 8.11.2
---
 .../core/core_news/2022-06-17-8-11-2-available.md  | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/content/core/core_news/2022-06-17-8-11-2-available.md b/content/core/core_news/2022-06-17-8-11-2-available.md
new file mode 100644
index 000000000..1954e8164
--- /dev/null
+++ b/content/core/core_news/2022-06-17-8-11-2-available.md
@@ -0,0 +1,26 @@
+Title: Apache Luceneā„¢ 8.11.2 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.2.
+
+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 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 8.11.2 Release Highlights:
+
+Bug fixes
+* LUCENE-10564: Make sure SparseFixedBitSet#or updates ramBytesUsed.
+* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite
+  multiple times if necessary.
+
+Optimizations
+* LUCENE-10481: FacetsCollector will not request scores if it does not use them.
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/8_11_2/changes/Changes.html>
\ No newline at end of file


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

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

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

commit 9356dfb98948113dc2b964075f473ea3e1552997
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 09:12:38 2022 -0700

    Update version variables for release 8.11.2
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 065c31079..f9b32abd9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '9.2.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2022, 5, 23)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.1'
+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.
 # The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.