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/09/08 20:54:35 UTC

[lucene] branch main updated (49b596ef023 -> 0ea80356123)

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

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


    from 49b596ef023 Added a top-n range faceting example (#1035)
     add 0ea80356123 LUCENE-10592 Better estimate memory for HNSW graph (#11743)

No new revisions were added by this update.

Summary of changes:
 .../codecs/lucene94/Lucene94HnswVectorsWriter.java |  1 -
 .../org/apache/lucene/util/hnsw/NeighborArray.java | 12 +++----
 .../apache/lucene/util/hnsw/OnHeapHnswGraph.java   | 20 +++++++----
 .../org/apache/lucene/util/hnsw/TestHnswGraph.java | 39 ++++++++++++++++------
 4 files changed, 48 insertions(+), 24 deletions(-)