[jira] [Resolved] (SOLR-2726) NullPointerException when using spellcheck.q

2011-09-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-2726. --- Resolution: Fixed Fix Version/s: 4.0 3.5 Thanks valentin, Bernd!

[jira] [Assigned] (SOLR-2726) NullPointerException when using spellcheck.q

2011-09-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned SOLR-2726: - Assignee: Robert Muir NullPointerException when using spellcheck.q

[jira] [Updated] (SOLR-2726) NullPointerException when using spellcheck.q

2011-09-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2726: -- Attachment: SOLR-2726.patch patch: moves the analyzer construction to SolrSpellChecker's init (since

[jira] [Commented] (SOLR-2726) NullPointerException when using spellcheck.q

2011-09-11 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102375#comment-13102375 ] Robert Muir commented on SOLR-2726: --- In my opinion, since the base class SolrSpellChecker

(SOLR-2726) NullPointerException when using spellcheck.q

2011-09-09 Thread Bernd Fehling
Well, the patch is attached to the issue and problem is fixed. But how to commit it to svn so that it is fixed with the next build? And how to set Status and Resolution for this issue? Any idea? So I'm really trying to help, but if I fix something and can't get it to svn so that it is fixed in

[jira] [Updated] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-31 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fehling updated SOLR-2726: Attachment: SOLR-2726.patch According to SOLR-572 the default analyzer should be

[jira] [Issue Comment Edited] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-31 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094558#comment-13094558 ] Bernd Fehling edited comment on SOLR-2726 at 8/31/11 2:18 PM: --

[jira] [Commented] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-26 Thread Bernd Fehling (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13091725#comment-13091725 ] Bernd Fehling commented on SOLR-2726: - The NPE comes from SpellCheckComponent.process

[jira] [Commented] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-24 Thread valentin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090274#comment-13090274 ] valentin commented on SOLR-2726: I've run some tests, and I found that it makes this error

[jira] [Created] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-23 Thread valentin (JIRA)
NullPointerException when using spellcheck.q Key: SOLR-2726 URL: https://issues.apache.org/jira/browse/SOLR-2726 Project: Solr Issue Type: Bug Components: spellchecker Affects

[jira] [Updated] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-23 Thread valentin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] valentin updated SOLR-2726: --- Description: When I use spellcheck.q in my query to define what will be spellchecked, I always have

[jira] [Updated] (SOLR-2726) NullPointerException when using spellcheck.q

2011-08-23 Thread valentin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] valentin updated SOLR-2726: --- Description: When I use spellcheck.q in my query to define what will be spellchecked, I always have this