You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2021/06/24 13:41:14 UTC

[lucene] branch main updated: Move CHANGES entries to 8.10 for LUCENE-9962/9946/9944/9988 (#194)

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

gsmiller 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 9942d59  Move CHANGES entries to 8.10 for LUCENE-9962/9946/9944/9988 (#194)
9942d59 is described below

commit 9942d59f0dc92db28d1dd79bf321cd2a05cdb6d1
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Thu Jun 24 06:41:06 2021 -0700

    Move CHANGES entries to 8.10 for LUCENE-9962/9946/9944/9988 (#194)
---
 lucene/CHANGES.txt | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9e5b469..a635c3e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -119,9 +119,6 @@ API Changes
 
 * LUCENE-9956: Expose the getBaseQuery, getDrillDownQueries APIs from DrillDownQuery (Gautam Worah)
 
-* LUCENE-9962: DrillSideways allows sub-classes to provide "drill down" FacetsCollectors. They
-  may provide a null collector if they choose to bypass "drill down" facet collection. (Greg Miller)
-
 * LUCENE-8143: SpanBoostQuery has been removed. (Alan Woodward)
 
 * LUCENE-9998: Remove unused parameter fis in StoredFieldsWriter.finish() and TermVectorsWriter.finish(),
@@ -230,15 +227,9 @@ Improvements
 
 * LUCENE-9850: Switch to PFOR encoding for doc IDs (instead of FOR). (Greg Miller)
 
-* LUCENE-9946: Support for multi-value fields in LongRangeFacetCounts and
-  DoubleRangeFacetCounts. (Greg Miller)
-
 * LUCENE-9929: Add NorwegianNormalizationFilter, which does the same as ScandinavianNormalizationFilter except
   it does not fold oo->ø and ao->å. (janhoy, Robert Muir, Adrien Grand)
 
-* LUCENE-9944: Allow DrillSideways users to provide their own CollectorManager without also requiring
-  them to provide an ExecutorService. (Greg Miller)
-
 * LUCENE-9535: Improve DocumentsWriterPerThreadPool to prefer larger instances.
   (Adrien Grand)
 
@@ -278,8 +269,6 @@ Bug fixes
 * LUCENE-9823: Prevent unsafe rewrites for SynonymQuery and CombinedFieldQuery. Before, rewriting
   could slightly change the scoring when weights were specified. (Naoto Minami via Julie Tibshirani)
 
-* LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE-9944 (Greg Miller)
-
 Changes in Backwards Compatibility Policy
 
 * LUCENE-9904: regenerated UAX29URLEmailTokenizer and the corresponding analyzer with up-to-date top
@@ -349,6 +338,9 @@ API Changes
   Users can now access the count of an ordinal directly without constructing an extra FacetLabel.
   Also use variable length arguments for the getOrdinal call in TaxonomyReader. (Gautam Worah)
 
+* LUCENE-9962: DrillSideways allows sub-classes to provide "drill down" FacetsCollectors. They
+  may provide a null collector if they choose to bypass "drill down" facet collection. (Greg Miller)
+
 New Features
 ---------------------
 (No changes)
@@ -372,6 +364,12 @@ Improvements
 
 * LUCENE-9983: Stop sorting determinize powersets unnecessarily. (Patrick Zhai)
 
+* LUCENE-9946: Support for multi-value fields in LongRangeFacetCounts and
+  DoubleRangeFacetCounts. (Greg Miller)
+
+* LUCENE-9944: Allow DrillSideways users to provide their own CollectorManager without also requiring
+  them to provide an ExecutorService. (Greg Miller)
+
 Optimizations
 ---------------------
 * LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in
@@ -380,7 +378,7 @@ Optimizations
 
 Bug Fixes
 ---------------------
-(No changes)
+* LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE-9944 (Greg Miller)
 
 Other
 ---------------------