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

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

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

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


    from 3d7d85f2453 LUCENE-10653: Heapify in BMMScorer (#1022)
     add 28ce8abb510 LUCENE-10480: Use BulkScorer to limit BMMScorer to only top-level disjunctions (#1018)

No new revisions were added by this update.

Summary of changes:
 .../lucene/search/Boolean2ScorerSupplier.java      |  15 --
 .../org/apache/lucene/search/BooleanWeight.java    |  64 +++++++-
 .../lucene/search/TestBlockMaxMaxscoreScorer.java  | 172 +++++++++++++++------
 .../org/apache/lucene/search/TestBooleanQuery.java | 110 +++++++++++++
 4 files changed, 293 insertions(+), 68 deletions(-)