You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/01/25 06:28:41 UTC

[lucene-solr] branch master updated (93107d6 -> 7f4d4df)

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

jpountz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 93107d6  LUCENE-9575: fix style violations so precommit passes again
     add 7f4d4df  LUCENE-9668: Deprecate MinShouldMatchSumScorer with WANDScorer (#2205)

No new revisions were added by this update.

Summary of changes:
 .../lucene/search/Boolean2ScorerSupplier.java      |  13 +-
 .../org/apache/lucene/search/BooleanScorer.java    |   2 +-
 .../lucene/search/MinShouldMatchSumScorer.java     | 382 ---------------------
 .../java/org/apache/lucene/search/WANDScorer.java  | 119 ++++---
 .../search/TestBooleanQueryVisitSubscorers.java    |   2 +-
 .../org/apache/lucene/search/TestWANDScorer.java   | 163 +++++++++
 6 files changed, 249 insertions(+), 432 deletions(-)
 delete mode 100644 lucene/core/src/java/org/apache/lucene/search/MinShouldMatchSumScorer.java