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/02/12 06:12:19 UTC

[GitHub] [lucene-solr] dsmiley opened a new pull request #2358: LUCENE-9762: FunctionScoreQuery must guard score() called twice

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


   https://issues.apache.org/jira/browse/LUCENE-9762
   
   The score() may be called multiple times. It should take care to call DoubleValues.advanceExact only the first time, or risk faulty behavior including exceptions.
   
   There isn't an 8.8.1 section in the CHANGES.txt on master branch but I can add it into branch_8x and branch_8_8 where eventually it will show up when the RM does a release?  Or I should just add it?


----------------------------------------------------------------
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] dsmiley merged pull request #2358: LUCENE-9762: FunctionScoreQuery must guard score() called twice

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


   


----------------------------------------------------------------
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] dsmiley commented on pull request #2358: LUCENE-9762: FunctionScoreQuery must guard score() called twice

Posted by GitBox <gi...@apache.org>.
dsmiley commented on pull request #2358:
URL: https://github.com/apache/lucene-solr/pull/2358#issuecomment-778735554


   As explained in the JIRA issue, I reverted and filed a new PR: #2365


----------------------------------------------------------------
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