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

Munendra S N resolved SOLR-4042.
--------------------------------
    Resolution: Fixed

> NullPointerException for query type 'query' without '{! ...}' syntax
> --------------------------------------------------------------------
>
>                 Key: SOLR-4042
>                 URL: https://issues.apache.org/jira/browse/SOLR-4042
>             Project: Solr
>          Issue Type: Bug
>          Components: query parsers
>    Affects Versions: 4.0, 6.0
>            Reporter: Joel Nothman
>            Priority: Minor
>             Fix For: 7.2
>
>
> The 'query' query type, corresponding to NestedQParserPlugin, expects a query 
> of form: "{! ... } ...". An empty q parameter, or a list of search terms 
> causes a NullPointerException because NestedQParserPlugin.createParser 
> receives a localParams == null, which is then used without checking in 
> NestedQParserPlugin.QParser.parse().
> Correct behaviour is currently ambiguous: throw a syntax error? or execute 
> the query with the default parser?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to