uschindler commented on PR #12281: URL: https://github.com/apache/lucene/pull/12281#issuecomment-1586196614
> Here is the example vector: https://gist.github.com/jbellis/8a9c42ee8ecdf603021498deddfcc243 This is an example where the result is not expected. But how would throwing an exception help? A query searching for the exact same vector (cosine=1) should return a valid score. So actually this is a different issue. The original PR did not have that vector - or as it force merged away? The test in your latest PR was just about a 3 dim vector with infinity / NaN. I suspect, that with double vector math this can't be prevented, too. How does the query fail downstream? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
