You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2022/01/12 15:38:11 UTC

[lucene] branch hnsw updated (dc79a2e -> 5e42f22)

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

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


    from dc79a2e  Correct Test and Format fter merge
     add 5e42f22  Address Adrien's feedback

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene90/Lucene90HnswVectorsFormat.java |  4 +-
 .../codecs/lucene90/Lucene90HnswVectorsReader.java | 69 +++-------------------
 .../codecs/lucene90/Lucene90HnswVectorsWriter.java | 19 +++---
 .../org/apache/lucene/index/KnnGraphValues.java    | 53 +++++++++++++++--
 .../org/apache/lucene/util/hnsw/HnswGraph.java     | 38 ++----------
 .../test/org/apache/lucene/index/TestKnnGraph.java | 18 +++---
 .../org/apache/lucene/util/hnsw/TestHnswGraph.java | 19 +++---
 7 files changed, 87 insertions(+), 133 deletions(-)