Skip to content

Commit 126ba8e

Browse files
committed
Fixing CHANGES for #15171 and #15176
1 parent 8beb3c6 commit 126ba8e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lucene/CHANGES.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ New Features
124124
* GITHUB#14565: Add ParentsChildrenBlockJoinQuery that supports parent and child filter in the same query
125125
along with limiting number of child documents to retrieve per parent. (Jinny Wang)
126126

127+
* GITHUB#15171: Add `VectorScorer.Bulk` for bulk iteration and scoring of vectors. This new interface is now
128+
used in AbstractKnnVectorQuery to make exact matches faster. (Ben Trent)
129+
130+
* GITHUB#15176: Add `[Float|Byte]VectorValues#rescorer(element[])` interface to allow optimized rescoring of vectors.
131+
(Ben Trent)
127132

128133
Improvements
129134
---------------------
@@ -145,9 +150,6 @@ Optimizations
145150
* GITHUB#15160: Increased the size used for blocks of postings from 128 to 256.
146151
This gives a noticeable speedup to many queries. (Adrien Grand)
147152

148-
* GITHUB#15171: Add `VectorScorer.Bulk` for bulk iteration and scoring of vectors. This new interface is now
149-
used in AbstractKnnVectorQuery to make exact matches faster. (Ben Trent)
150-
151153
Bug Fixes
152154
---------------------
153155
* GITHUB#14161: PointInSetQuery's constructor now throws IllegalArgumentException

0 commit comments

Comments
 (0)