You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/01/28 07:46:18 UTC

[GitHub] [lucene-solr] chlorochrule opened a new pull request #2259: SOLR-15114: WAND does not work correctly on multiple segments in Solr 8.6.3

chlorochrule opened a new pull request #2259:
URL: https://github.com/apache/lucene-solr/pull/2259


   ## Description
   
   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 https://issues.apache.org/jira/secure/attachment/13019548/wand.pdf.
   
   Fixed https://issues.apache.org/jira/browse/SOLR-15114


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene-solr] tflobbe merged pull request #2259: SOLR-15114: WAND does not work correctly on multiple segments in Solr 8.6.3

Posted by GitBox <gi...@apache.org>.
tflobbe merged pull request #2259:
URL: https://github.com/apache/lucene-solr/pull/2259


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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