Skip to content

Commit

Permalink
Move CHANGES entries to 8.10 for LUCENE-9962/9946/9944/9988 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmiller authored Jun 24, 2021
1 parent f1d54f7 commit 9942d59
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -380,7 +378,7 @@ Optimizations

Bug Fixes
---------------------
(No changes)
* LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE-9944 (Greg Miller)

Other
---------------------
Expand Down

0 comments on commit 9942d59

Please sign in to comment.