You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/19 19:48:10 UTC

[GitHub] [lucene] jtibshirani opened a new pull request #400: LUCENE-10146: Add note that dot product is preferred over cosine

jtibshirani opened a new pull request #400:
URL: https://github.com/apache/lucene/pull/400


   While VectorSimilarityFunction#COSINE is helpful when you need to preserve the
   original vectors, it is significantly slower than DOT_PRODUCT. This commit adds
   javadocs to COSINE explaining that dot product is the fastest option.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] jtibshirani merged pull request #400: LUCENE-10146: Add note that dot product is preferred over cosine

Posted by GitBox <gi...@apache.org>.
jtibshirani merged pull request #400:
URL: https://github.com/apache/lucene/pull/400


   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org