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:15 UTC

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

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