uschindler commented on code in PR #872:
URL: https://github.com/apache/solr/pull/872#discussion_r879226092


##########
solr/core/src/java/org/apache/solr/index/SlowCompositeReaderWrapper.java:
##########
@@ -282,9 +282,9 @@ public VectorValues getVectorValues(String field) {
   }
 
   @Override
-  public TopDocs searchNearestVectors(String field, float[] target, int k, 
Bits acceptDocs)
-      throws IOException {
-    return null; // because not supported.  Throw UOE?
+  public TopDocs searchNearestVectors(
+      String field, float[] target, int k, Bits acceptDocs, int visitedLimit) 
throws IOException {

Review Comment:
   I think the common term in Lucene is liveDocs or acceptDocs (not sure about 
the context here).



-- 
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