mccullocht commented on issue #15286: URL: https://github.com/apache/lucene/issues/15286#issuecomment-3469644783
I wonder if it would be better to push this into `RandomVectorScorer.bulkScore`? The necessary prefetch calls would happen at roughly the same point the bulkScore call happens. The scorer could then use virtual threads to perform the reads concurrently. Deciding whether or not you should use virtual threads for the reads is still quite tricky. The API layering also makes it difficult for callers to indicate if they think that the vector data for graph traversal should be resident. -- 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]
