msokolov commented on issue #12342:
URL: https://github.com/apache/lucene/issues/12342#issuecomment-1591379022

   Yeah. Another thing we could consider is doing this scaling in 
KnnVectorQuery and/or its Scorer. These have the ultimate responsibility of 
complying with the Scorer contract. If we did it there we wouldn't have to 
change the output of VectorSimilarity. However it's messy to do it there since 
this is specific to a particular similarity implementation, so on balance doing 
it in the similarity makes more sense to me. 


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