Skip to content

Commit 5705169

Browse files
committed
Adjusting CHANGES for bug fixes 10.2.2 and 9.12.2
1 parent 44b58be commit 5705169

File tree

1 file changed

+59
-4
lines changed

1 file changed

+59
-4
lines changed

lucene/CHANGES.txt

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Optimizations
5151

5252
* GITHUB#14447: Compute the doc range more efficiently when flushing doc block. (Pan Guixin)
5353

54-
* GITHUB#14527, GITHUB#14765: Reduce NeighborArray heap memory. (weizijun, Ben Trent)
55-
5654
* GITHUB#14529, GITHUB#14555, GITHUB#14618: Impl intoBitset for IndexedDISI and Docvalues. (Guo Feng)
5755

5856
* GITHUB#14552: Speed up flush of softdelete by intoBitset. (Guo Feng)
@@ -112,6 +110,16 @@ Other
112110
* GITHUB#14667: Fix documentation regarding benchmark running. (Viliam Durina)
113111

114112

113+
======================= Lucene 10.2.2 =======================
114+
115+
Bug Fixes
116+
---------------------
117+
118+
* GITHUB#14527, GITHUB#14765: Reduce NeighborArray heap memory. (weizijun, Ben Trent)
119+
120+
* GITHUB##14732: Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (Mayya Sharipova)
121+
122+
115123
======================= Lucene 10.2.1 =======================
116124

117125
Bug Fixes
@@ -761,6 +769,55 @@ Build
761769

762770
* GITHUB#13698: Upgrade to gradle 8.10 (Dawid Weiss)
763771

772+
======================== Lucene 9.12.2 =======================
773+
774+
Bug Fixes
775+
---------------------
776+
777+
* GITHUB#14654: ValueSource.fromDoubleValuesSource(dvs).getSortField() would throw errors when
778+
used if the DoubleValuesSource needed scores. (David Smiley)
779+
780+
* GITHUB#14527, GITHUB#14765: Reduce NeighborArray heap memory. (weizijun, Ben Trent)
781+
782+
* GITHUB##14732: Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (Mayya Sharipova)
783+
784+
785+
======================== Lucene 9.12.1 =======================
786+
787+
Bug Fixes
788+
---------------------
789+
790+
791+
* GITHUB#13947: Fix ord-to-doc mapping when searching Lucene 9.0.0 hnsw indices (Michael Sokolov, Ben Trent)
792+
793+
* GITHUB#13867: Fix backwards compatibility bug that caused 9.12.0 to
794+
incorrectly throw IllegalStateException when trying to open an
795+
IndexReader on an index created with quantized (int4, int7, int8)
796+
KNN vectors using Lucene99HnswScalarQuantizedVectorsFormat. This
797+
was an accidental backwards compatibility break: such indices should
798+
be readable and writable by any future 9.x and 10.x Lucene releases.
799+
But note that int8 compression was buggy and can no longer be
800+
written but can be read from an existing index. (Ionut
801+
Anghelcovici, Michael McCandless)
802+
803+
* GITHUB#13841: Improve Tessellatorlogic when two holes share the same vertex with the polygon which was failing
804+
in valid polygons. (Ignacio Vera)
805+
806+
* GITHUB#13986: Allow easier configuration of the Panama Vectorization provider with
807+
newer Java versions. Set the `org.apache.lucene.vectorization.upperJavaFeatureVersion`
808+
system property to increase the set of Java versions that Panama Vectorization will
809+
provide optimized implementations for. (Chris Hegarty)
810+
811+
* GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with
812+
their corresponding ordinals. (Paul King)
813+
814+
* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna)
815+
816+
API Changes
817+
---------------------
818+
819+
* GITHUB#13845: Add missing with-discountOverlaps Similarity constructor variants. (Pierre Salagnac, Christine Poerschke, Robert Muir)
820+
764821
======================== Lucene 9.12.0 =======================
765822

766823
Security Fixes
@@ -952,8 +1009,6 @@ Bug Fixes
9521009

9531010
* GITHUB#13799: Disable intra-merge parallelism for all structures but kNN vectors. (Ben Trent)
9541011

955-
* GITHUB##14732: Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (Mayya Sharipova)
956-
9571012
Build
9581013
---------------------
9591014

0 commit comments

Comments
 (0)