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/10 15:28:26 UTC

[lucene] branch hnsw updated (b421dce -> cd9afac)

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 b421dce  Remove numSeed and SplittableRandom parameters from HnswGraph#search
     add cd9afac  Don't store graph offsets for HNSW graph (#536)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene90/Lucene90HnswVectorsFormat.java |  53 +++-----
 .../codecs/lucene90/Lucene90HnswVectorsReader.java | 137 ++++++++-----------
 .../codecs/lucene90/Lucene90HnswVectorsWriter.java | 151 +++++++++------------
 3 files changed, 141 insertions(+), 200 deletions(-)