Skip to content

Commit 0469169

Browse files
committed
Fixing CHANGES for #15171 and #15176
1 parent 6473972 commit 0469169

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lucene/CHANGES.txt

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

22+
* GITHUB#15171: Add `VectorScorer.Bulk` for bulk iteration and scoring of vectors. This new interface is now
23+
used in AbstractKnnVectorQuery to make exact matches faster. (Ben Trent)
24+
25+
* GITHUB#15176: Add `[Float|Byte]VectorValues#rescorer(element[])` interface to allow optimized rescoring of vectors.
26+
(Ben Trent)
27+
2228
Improvements
2329
---------------------
2430
# GITHUB#15148: Add support uint8 distance and allow 8 bit scalar quantization (Trevor McCulloch)
@@ -39,9 +45,6 @@ Optimizations
3945
* GITHUB#15160: Increased the size used for blocks of postings from 128 to 256.
4046
This gives a noticeable speedup to many queries. (Adrien Grand)
4147

42-
* GITHUB#15171: Add `VectorScorer.Bulk` for bulk iteration and scoring of vectors. This new interface is now
43-
used in AbstractKnnVectorQuery to make exact matches faster. (Ben Trent)
44-
4548
Bug Fixes
4649
---------------------
4750
* GITHUB#14161: PointInSetQuery's constructor now throws IllegalArgumentException

0 commit comments

Comments
 (0)