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

Erick Erickson commented on SOLR-7906:
--------------------------------------

Admittedly the error could be more helpful if what I'm seeing is the cause, but 
that is an invalid query.

q(:PgmNa:\"exact\" or Pgmnafuzzy:"exact~.75") AND (:SerNa:\"exact\" or 
Sernafuzzy:"exact~.75")
q=(PgmNa:\"exact\" or Pgmnafuzzy:"exact~.75") AND (SerNa:\"exact\" or 
Sernafuzzy:"exact~.75")
     ^                                                               ^          
       ^                                                    ^
     no colon                                  might be OK, but        no colon 
                                quotes unnecessary
                                                     quotes unnecessary

What is the full result you get back when you submit this? Details matter. You 
might review:
http://wiki.apache.org/solr/UsingMailingLists

> java.lang.NullPointerException from Json when doing solr search
> ---------------------------------------------------------------
>
>                 Key: SOLR-7906
>                 URL: https://issues.apache.org/jira/browse/SOLR-7906
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.8
>         Environment: Linux
>            Reporter: nelson maria
>            Priority: Blocker
>         Attachments: field type.txt
>
>
> Getting this response from Solr when doing search.
> {"error":{"trace":"java.lang.NullPointerException\n","code":500}}



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

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

Reply via email to