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/22 05:59:08 UTC

[lucene] branch main updated: Sync CHANGES for 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.git


The following commit(s) were added to refs/heads/main by this push:
     new 05b1465d364 Sync CHANGES for 8.11.2
05b1465d364 is described below

commit 05b1465d36413eb503e46950cc0a1563633496ec
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 22:59:01 2022 -0700

    Sync CHANGES for 8.11.2
---
 lucene/CHANGES.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 88dfde8bcbc..02122d3cd0f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -1050,7 +1050,15 @@ Other
 
 Bug Fixes
 ---------------------
-(No changes)
+* LUCENE-10564: Make sure SparseFixedBitSet#or updates ramBytesUsed. (Julie Tibshirani)
+
+* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite
+  multiple times if necessary. (Christine Poerschke, Adrien Grand)
+
+Optimizations
+---------------------
+
+* LUCENE-10481: FacetsCollector will not request scores if it does not use them. (Mike Drob)
 
 ======================= Lucene 8.11.1 =======================