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

   >  it might suffice to create a wrapping RandomVectorScorer  that would 
supply the cached scores, while delegating the others to the underlying scorer?
   
   🤔 Maybe we could wrap the scorer at the vector format level. But an 
iterator/score provider will need to still be given via the collector so that 
the format even knows that these things are providing valid scores.
   
   This PR is certainly making a ton of changes. I can split out some of the 
work, focusing at query time, instead of fully extending the HNSW builder to 
take advantage of the changes.


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