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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/05/28 11:18:45 UTC

[jira] Resolved: (SOLR-1021) NullPointerException(s) in SolrJ when using stats and result set is empty

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

Shalin Shekhar Mangar resolved SOLR-1021.
-----------------------------------------

    Resolution: Fixed

Marking this as fixed. We can re-open if the problem still exists.

> NullPointerException(s) in SolrJ when using stats and result set is empty
> -------------------------------------------------------------------------
>
>                 Key: SOLR-1021
>                 URL: https://issues.apache.org/jira/browse/SOLR-1021
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 1.4
>         Environment: Tomcat 6, Windows
>            Reporter: Arie Fishler
>            Assignee: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: QueryResponse.java, SOLR-1021.patch
>
>
> A NullPointerException is thrown at line 51 of class FieldStatsInfo since the returned stats information for the fname (ctor variable) is null and not checked for being so.
> Seems like this occurs when the search returns with no results but there were some setGetFieldStatistics defined for some fields.

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