You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2020/06/22 23:51:04 UTC

[lucene-solr] branch master updated (4774c6f -> a1be1de)

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

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


    from 4774c6f  Include delegate in AssertingSimilarity toString (#1596)
     add a1be1de  SOLR-14554: Let Solr use WAND algorithm when scores are requested (#1566)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 .../org/apache/solr/search/MaxScoreCollector.java  |  6 +-
 .../apache/solr/search/MaxScoreCollectorTest.java  | 91 ++++++++++++++++++++++
 .../apache/solr/search/SolrIndexSearcherTest.java  |  8 +-
 4 files changed, 102 insertions(+), 5 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/search/MaxScoreCollectorTest.java