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/02 20:26:22 UTC

[lucene] branch main updated (187f843e2a4 -> 503ec559733)

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 187f843e2a4 LUCENE-10577: Add vectors format unit test and fix toString (#998)
     add 503ec559733 LUCENE-10480: Use BMM scorer for 2 clauses disjunction (#972)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   2 +
 .../lucene/search/BlockMaxMaxscoreScorer.java      | 328 +++++++++++++++++++++
 .../lucene/search/Boolean2ScorerSupplier.java      |  15 +
 .../apache/lucene/search/DisiPriorityQueue.java    |   6 +
 .../java/org/apache/lucene/search/DisiWrapper.java |   5 +-
 .../java/org/apache/lucene/search/WANDScorer.java  |  26 +-
 .../lucene/search/TestBlockMaxMaxscoreScorer.java  | 255 ++++++++++++++++
 7 files changed, 623 insertions(+), 14 deletions(-)
 create mode 100644 lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java
 create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestBlockMaxMaxscoreScorer.java