navneet1v commented on code in PR #15722:
URL: https://github.com/apache/lucene/pull/15722#discussion_r2825628189


##########
lucene/core/src/java/org/apache/lucene/index/KnnVectorValues.java:
##########
@@ -49,6 +49,13 @@ public int ordToDoc(int ord) {
     return ord;
   }
 
+  /**
+   * Prefetches the provided ordinals
+   *
+   * @param ordsToPrefetch a list of ordinals to prefetch

Review Comment:
   Will add. Looks like I missed it. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to