From 05b1465d36413eb503e46950cc0a1563633496ec Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Tue, 21 Jun 2022 22:59:01 -0700 Subject: [PATCH] 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 =======================