mirror of https://github.com/apache/lucene.git
Move changes entry to 9.10 (#12841)
This commit is contained in:
parent
64cf54a4bf
commit
346f4ff7d2
|
@ -120,8 +120,6 @@ Optimizations
|
|||
|
||||
* GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X)
|
||||
|
||||
* GITHUB#12841: Move group-varint encoding/decoding logic to DataOutput/DataInput. (Adrien Grand, Zhang Chao, Uwe Schindler)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
|
@ -197,6 +195,8 @@ Optimizations
|
|||
* GITHUB#12839: Introduce method to grow arrays up to a given upper limit and use it to reduce overallocation for
|
||||
DirectoryTaxonomyReader#getBulkOrdinals. (Stefan Vodita)
|
||||
|
||||
* GITHUB#12841: Move group-varint encoding/decoding logic to DataOutput/DataInput. (Adrien Grand, Zhang Chao, Uwe Schindler)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
* GITHUB#12866: Prevent extra similarity computation for single-level HNSW graphs. (Kaival Parikh)
|
||||
|
|
Loading…
Reference in New Issue