You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ju...@apache.org on 2021/10/11 15:52:17 UTC

[lucene] branch main updated (ed69f60 -> f486115)

This is an automated email from the ASF dual-hosted git repository.

julietibs pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from ed69f60  Update CHANGES entry for 8.10.1
     add f486115  LUCENE-10146: Add VectorSimilarityFunction.COSINE (#366)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene90/Lucene90FieldInfosFormat.java  |  9 ++--
 .../org/apache/lucene/document/KnnVectorField.java |  5 +-
 .../lucene/index/VectorSimilarityFunction.java     | 23 +++++++--
 .../java/org/apache/lucene/util/VectorUtil.java    | 36 +++++++++++--
 .../apache/lucene/search/TestKnnVectorQuery.java   | 60 +++++++++++++++++++++-
 .../org/apache/lucene/util/TestVectorUtil.java     | 27 ++++++++++
 .../lucene/index/BaseKnnVectorsFormatTestCase.java |  3 +-
 7 files changed, 147 insertions(+), 16 deletions(-)