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 2022/06/16 19:02:01 UTC

[lucene] branch main updated (78b7b17f934 -> 6df6cb093cc)

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 78b7b17f934 LUCENE-10600: SortedSetDocValues#docValueCount should be an int, not long (#960)
     add 6df6cb093cc LUCENE-10611: Fix Heap Error in HnswGraphSearcher (#958)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                      |  2 ++
 .../org/apache/lucene/util/hnsw/HnswGraphSearcher.java  |  7 ++++++-
 .../org/apache/lucene/search/TestKnnVectorQuery.java    | 17 +++++++++++++----
 3 files changed, 21 insertions(+), 5 deletions(-)