You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2022/07/19 20:49:38 UTC

[lucene] branch main updated (a35dee5b27c -> 3d7d85f2453)

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

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


    from a35dee5b27c Small tweak to IntervalQuery#visit logic (#1007)
     add 3d7d85f2453 LUCENE-10653: Heapify in BMMScorer (#1022)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   2 +
 .../lucene/search/BlockMaxMaxscoreScorer.java      |  16 ++-
 .../apache/lucene/search/DisiPriorityQueue.java    |  42 ++++++
 .../lucene/search/TestDisiPriorityQueue.java       | 156 +++++++++++++++++++++
 4 files changed, 209 insertions(+), 7 deletions(-)
 create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestDisiPriorityQueue.java