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

[lucene] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


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

commit d50dc8a4105995d085764d8b1c8fe265ff87d1c2
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 22:59:41 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 2b5cc711c8b..9809878b458 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -1048,7 +1048,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 =======================