uschindler commented on issue #12342: URL: https://github.com/apache/lucene/issues/12342#issuecomment-1589576139
> > Is that negative scores here are OK as the optimization constraints traditionally required do not apply. > > I was to convey that it should be ok not to have score upper bounds for the produced scores. I still think scores should always be non-negative. I think for floats it is not so easy like in the byte case with `dotProductScore()`. I also referenced to this from the other function query issue where the what the "default score" should be, if you have no vector in one of the documents. 0 works fine for classical scoring if you have only positve scores. -- 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