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