You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2009/09/24 15:57:15 UTC

[jira] Updated: (SOLR-1459) BoostedQuery needs to handle when its wrapped query weight returns null for the scorer

     [ https://issues.apache.org/jira/browse/SOLR-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-1459:
------------------------------

    Attachment: SOLR-1459.patch

> BoostedQuery needs to handle when its wrapped query weight returns null for the scorer
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-1459
>                 URL: https://issues.apache.org/jira/browse/SOLR-1459
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>             Fix For: 1.4
>
>         Attachments: SOLR-1459.patch
>
>
> if the wrapped query matches no docs, it can return null for the scorer - if this happens, the first time nextDoc is called, BoostedQuery's CustomScorer will throw a NullPointerException on nextDoc()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.