[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-7254: --- Fix Version/s: 5.1 > NullPointerException thrown in the QueryComponent > --

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-23 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7254: --- Attachment: SOLR-7254.patch [~yo...@apache.org] OK. I updated the patch to check for rows = -1

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-23 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7254: --- Attachment: SOLR-7254.patch [~yo...@apache.org] Yes you are right. As per the SortSpec document

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-23 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7254: --- Attachment: SOLR-7254.patch Following changes made to the patch >> Removed redundant validatio

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-19 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7254: --- Attachment: SOLR-7254.patch Added a unit test for this scenario. (note I have commented out the

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-19 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7254: Attachment: SOLR-7254.patch Here's a patch to start things off. I haven't tested this as yet