[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2015-02-16 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: {code} public Query build(QueryNode queryNode) throws QueryNodeException { BoostQueryNode

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: In BoostQueryNodeBuilder.build, the return variable, query can be null, but there is no null

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: In BoostQueryNodeBuilder.build, the return variable, query can be null, but there is no error

[jira] [Updated] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-14 Thread M Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Kim updated LUCENE-5876: -- Description: public Query build(QueryNode queryNode) throws QueryNodeException { BoostQueryNode

[jira] [Created] (LUCENE-5876) NPE in BoostQueryNodeBuilder.build

2014-08-07 Thread M Kim (JIRA)
M Kim created LUCENE-5876: - Summary: NPE in BoostQueryNodeBuilder.build Key: LUCENE-5876 URL: https://issues.apache.org/jira/browse/LUCENE-5876 Project: Lucene - Core Issue Type: Bug