mirror of https://github.com/apache/lucene.git
Sync CHANGES for 9.8.0
This commit is contained in:
parent
411b7fd518
commit
f658b83566
|
@ -78,11 +78,7 @@ Improvements
|
||||||
|
|
||||||
* 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)
|
||||||
|
|
||||||
* GITHUB#12447, GITHUB#12491: Hunspell: speed up the dictionary enumeration on suggestion (Peter Gromov)
|
* GITHUB#12447: Hunspell: speed up the dictionary enumeration on suggestion (Peter Gromov)
|
||||||
|
|
||||||
* GITHUB#12464: Hunspell: allow customizing the hash table load factor (Peter Gromov)
|
|
||||||
|
|
||||||
* GITHUB#12468: Hunspell: check for aff file wellformedness more strictly (Peter Gromov)
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -217,6 +213,13 @@ Improvements
|
||||||
* GITHUB#12499: Simplify task executor for concurrent operations by offloading concurrent operations to the
|
* GITHUB#12499: Simplify task executor for concurrent operations by offloading concurrent operations to the
|
||||||
provided executor unconditionally. (Luca Cavanna)
|
provided executor unconditionally. (Luca Cavanna)
|
||||||
|
|
||||||
|
* GITHUB#12464: Hunspell: allow customizing the hash table load factor (Peter Gromov)
|
||||||
|
|
||||||
|
* GITHUB#12468: Hunspell: check for aff file wellformedness more strictly (Peter Gromov)
|
||||||
|
|
||||||
|
* GITHUB#12491: Hunspell: speed up the dictionary enumeration on suggestion (Peter Gromov)
|
||||||
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue