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

   I published another revision to support a custom DoubleValueSource for 
re-ranking, and we can reuse the `FloatVectorSimilarityValuesSource` in case we 
want to rescore with other field, or the 
`FullPrecisionFloatVectorSimilarityValuesSource` in 
https://github.com/apache/lucene/pull/14708.
   
   I also checked the `Rescorer` in 
https://github.com/apache/lucene/pull/14776, but it seems that will only affect 
the final results, and may not work when there are hybrid of keyword and 
semantic (KNN) matching and that we only need to re-score the KNN part.


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