romseygeek commented on PR #14729:
URL: https://github.com/apache/lucene/pull/14729#issuecomment-2922773555

   > Typical envisioned use-case is to do the full corpus search using ANN 
search on single-valued vectors, followed by a second pass that reranks results 
using late-interaction multi-vector scores.
   
   This sounds like it would fit nicely with the `Rescorer` infrastructure?  
Looking more closely, it seems that Rescorers don't currently support adjusting 
scores via a DoubleValuesSource, but this shouldn't be too tricky to add (and 
indeed, the existing Rescorer implementations could quite easily be reworked to 
use DoubleValuesSource everywhere which would cut down on a lot of code 
duplication).


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