File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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+
2228Improvements
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-
4548Bug Fixes
4649---------------------
4750* GITHUB#14161: PointInSetQuery's constructor now throws IllegalArgumentException
You can’t perform that action at this time.
0 commit comments