dungba88 commented on PR #14009:
URL: https://github.com/apache/lucene/pull/14009#issuecomment-2965751382

   I'm thinking that instead of using `vectorValues(...)` we can probably use 
scorer from another (vector) field for re-ranking. This could help with the use 
case to e.g use 1-bit quantization for matching and 7-bit quantization for 
re-ranking by indexing an additional fields.
   
   Either way we would not be able to reuse the `FunctionScoreQuery` due to the 
fact that we are using `ConstantScoreQuery` and we need to trim the returned 
matches from KNN alone to just K.


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