Synchronize changelog with 9.4 branch so we do not have duplicates

This commit is contained in:
Uwe Schindler 2022-11-11 16:36:02 +01:00
parent 6fbc5f73c3
commit 2a68f282f4
1 changed files with 8 additions and 8 deletions

View File

@ -42,8 +42,6 @@ New Features
* LUCENE-10010 Introduce NFARunAutomaton to run NFA directly. (Patrick Zhai) * LUCENE-10010 Introduce NFARunAutomaton to run NFA directly. (Patrick Zhai)
* LUCENE-10151 Enable timeout support in IndexSearcher. (Deepika Sharma)
* LUCENE-10626 Hunspell: add tools to aid dictionary editing: * LUCENE-10626 Hunspell: add tools to aid dictionary editing:
analysis introspection, stem expansion and stem/flag suggestion (Peter Gromov) analysis introspection, stem expansion and stem/flag suggestion (Peter Gromov)
@ -53,9 +51,6 @@ Improvements
* LUCENE-10416: Update Korean Dictionary to mecab-ko-dic-2.1.1-20180720 for Nori. * LUCENE-10416: Update Korean Dictionary to mecab-ko-dic-2.1.1-20180720 for Nori.
(Uihyun Kim) (Uihyun Kim)
* LUCENE-10216: Use MergePolicy to define and MergeScheduler to trigger the reader merges
required by addIndexes(CodecReader[]) API. (Vigya Sharma, Michael McCandless)
* LUCENE-10614: Properly support getTopChildren in RangeFacetCounts. (Yuting Gan) * LUCENE-10614: Properly support getTopChildren in RangeFacetCounts. (Yuting Gan)
* LUCENE-10652: Add a top-n range faceting example to RangeFacetsExample. (Yuting Gan) * LUCENE-10652: Add a top-n range faceting example to RangeFacetsExample. (Yuting Gan)
@ -218,7 +213,7 @@ New Features
* LUCENE-10629: Support match set filtering with a query in MatchingFacetSetCounts. (Stefan Vodita, Shai Erera) * LUCENE-10629: Support match set filtering with a query in MatchingFacetSetCounts. (Stefan Vodita, Shai Erera)
* LUCENE-10633: SortField#setOptimizeSortWithIndexedData and * LUCENE-10633: SortField#setOptimizeSortWithIndexedData and
SortField#getOptimizeSortWithIndexedData were introduce to provide SortField#getOptimizeSortWithIndexedData were introduced to provide
an option to disable sort optimization for various sort fields. (Mayya Sharipova) an option to disable sort optimization for various sort fields. (Mayya Sharipova)
* GITHUB#912: Support for Java 19 foreign memory support was added. Applications started * GITHUB#912: Support for Java 19 foreign memory support was added. Applications started
@ -237,6 +232,9 @@ Improvements
* LUCENE-10207: TermInSetQuery can now provide a ScoreSupplier with cost estimation, making it * LUCENE-10207: TermInSetQuery can now provide a ScoreSupplier with cost estimation, making it
usable in IndexOrDocValuesQuery. (Greg Miller) usable in IndexOrDocValuesQuery. (Greg Miller)
* LUCENE-10216: Use MergePolicy to define and MergeScheduler to trigger the reader merges
required by addIndexes(CodecReader[]) API. (Vigya Sharma, Michael McCandless)
* GITHUB#11715: Add Integer awareness to RamUsageEstimator.sizeOf (Mike Drob) * GITHUB#11715: Add Integer awareness to RamUsageEstimator.sizeOf (Mike Drob)
Optimizations Optimizations
@ -303,6 +301,8 @@ New Features
* LUCENE-10274: Added facetsets module for high dimensional (hyper-rectangle) faceting * LUCENE-10274: Added facetsets module for high dimensional (hyper-rectangle) faceting
(Shai Erera, Marc D'Mello, Greg Miller) (Shai Erera, Marc D'Mello, Greg Miller)
* LUCENE-10151 Enable timeout support in IndexSearcher. (Deepika Sharma)
Improvements Improvements
--------------------- ---------------------
@ -363,14 +363,14 @@ Bug Fixes
* LUCENE-10582: Fix merging of overridden CollectionStatistics in CombinedFieldQuery (Yannick Welsch) * LUCENE-10582: Fix merging of overridden CollectionStatistics in CombinedFieldQuery (Yannick Welsch)
* LUCENE-10598: SortedSetDocValues#docValueCount() should be always greater than zero. (Lu Xugang)
* LUCENE-10563: Fix failure to tessellate complex polygon (Craig Taverner) * LUCENE-10563: Fix failure to tessellate complex polygon (Craig Taverner)
* LUCENE-10605: Fix error in 32bit jvm object alignment gap calculation (Sun Wuqiang) * LUCENE-10605: Fix error in 32bit jvm object alignment gap calculation (Sun Wuqiang)
* GITHUB#956: Make sure KnnVectorQuery applies search boost. (Julie Tibshirani) * GITHUB#956: Make sure KnnVectorQuery applies search boost. (Julie Tibshirani)
* LUCENE-10598: SortedSetDocValues#docValueCount() should be always greater than zero. (Lu Xugang)
* LUCENE-10600: SortedSetDocValues#docValueCount should be an int, not long (Lu Xugang) * LUCENE-10600: SortedSetDocValues#docValueCount should be an int, not long (Lu Xugang)
* LUCENE-10611: Fix failure when KnnVectorQuery has very selective filter (Kaival Parikh) * LUCENE-10611: Fix failure when KnnVectorQuery has very selective filter (Kaival Parikh)