You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2015/02/27 11:00:22 UTC

[jira] [Commented] (LUCENE-6001) DrillSideways throws NullPointerException for some searches

    [ https://issues.apache.org/jira/browse/LUCENE-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339958#comment-14339958 ] 

Michael McCandless commented on LUCENE-6001:
--------------------------------------------

Thanks jane, patch looks great!  You just moved the .cost() calls up before any .nextDoc()s.  I'll commit shortly.

It's nice that we "accidentally" fixed this in trunk ... I think we should also fix this for 4.10.4.

> DrillSideways throws NullPointerException for some searches
> -----------------------------------------------------------
>
>                 Key: LUCENE-6001
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6001
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/facet
>    Affects Versions: 4.10.1
>            Reporter: Dragan Jotanovic
>         Attachments: LUCENE-6001.patch
>
>
> For some DrillSideways searches I get NullPointerException.
> I have tracked the problem to DrillSidewaysScorer class, on line 126 in DrillSidewaysScorer.java:
> long baseQueryCost = baseScorer.cost();
> On some of my index segments, this call throws NullPoinerException. 
> "baseScorer" is instance of ReqExclScorer. 
> In ReqExclScorer.java:
> public long cost() {
>     return reqScorer.cost();
>  }
> throws NullPointerException because reqScorer is null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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