You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Naoto Minami (Jira)" <ji...@apache.org> on 2021/01/28 07:14:00 UTC

[jira] [Created] (SOLR-15114) WAND does not work correctly on multiple segments in Solr 8.6.3

Naoto Minami created SOLR-15114:
-----------------------------------

             Summary: WAND does not work correctly on multiple segments in Solr 8.6.3
                 Key: SOLR-15114
                 URL: https://issues.apache.org/jira/browse/SOLR-15114
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 8.6.3, master (9.0)
            Reporter: Naoto Minami
         Attachments: wand.pdf

In Solr 8.6.3, minCompetitiveScore of WANDScorer resets to zero for each index segment and remain zero until maxScore is updated.
There are two causes of this problem:
 - MaxScoreCollector does not set minCompetitiveScore of MinCompetitiveScoreAwareScorable newly generated for another index segment.
 - MaxScoreCollector updates minCompetitiveScore only if maxScore is updated. This behavior is correct considering the purpose of MaxScoreCollector.

For details, see the attached pdf.

*Note*

This problem occurs in distributed search (SolrCloud) or the fl=score parameter specified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org