benwtrent commented on PR #12679:
URL: https://github.com/apache/lucene/pull/12679#issuecomment-1768734871

   >  Something like a lazy-loading iterator, where we perform vector 
comparisons and determine whether a doc matches on #advance?
   
   I think @kaivalnp the thing to do would be to say the Collector is full by 
flagging "incomplete" (I think this is possible) once a threshold is reached. 
You can do this independently from a "maxvisit" as we don't care about visiting 
the vector, we just care about adding it to the result set.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to