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

William Harris edited comment on SOLR-2894 at 8/23/13 1:24 PM:
---------------------------------------------------------------

I thought the issue might be related to me not assigning those fields values in 
every document, but I tried reindexing giving them all values and the error 
still occurs.
I tampered with the source a bit, and managed to trace the error to 
srsp.getSolrResponse().getResponse(). Hope that helps.
                
      was (Author: killscreen):
    If the values of those particular fields are null, I do not set those 
fields on the document ( It makes it slightly easier for me when parsing the 
response ). I altered my indexing application to add those fields even when 
they have no value, and now it works, so I'm thinking the NPE is caused not by 
a null value, but by the field not being set in all documents.
                  
> Implement distributed pivot faceting
> ------------------------------------
>
>                 Key: SOLR-2894
>                 URL: https://issues.apache.org/jira/browse/SOLR-2894
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>             Fix For: 4.5
>
>         Attachments: SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894-reworked.patch
>
>
> Following up on SOLR-792, pivot faceting currently only supports 
> undistributed mode.  Distributed pivot faceting needs to be implemented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to