[jira] Updated: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-572: - Attachment: SOLR-572.patch OK, here's a start on the token stuff. *_NOTE: This currently does

Re: Add SolrCore.getSolrCore() to SolrServlet.doGet to work arround Resin bug?

2008-05-28 Thread Bill Au
I agree with Otis and prefer the cleaner approach. By the way, I have filed a bug with Caucho for this particular resin bug: http://bugs.caucho.com/view.php?id=2706 We have a support contract with them so this will be fixed in the next release. Bill On Tue, May 27, 2008 at 6:33 PM, Otis

[jira] Updated: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-572: - Attachment: SOLR-572.patch OK, I changed the SpellingQueryConverter to not be dependent on the

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600520#action_12600520 ] Shalin Shekhar Mangar commented on SOLR-572: Grant, unless I'm mistaken, the

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600524#action_12600524 ] Grant Ingersoll commented on SOLR-572: -- {quote} Grant, unless I'm mistaken, the reason

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Oleg Gnatovskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600563#action_12600563 ] Oleg Gnatovskiy commented on SOLR-572: -- I still have some issues. Here is my config:

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600582#action_12600582 ] Shalin Shekhar Mangar commented on SOLR-572: Oleg -- You shouldn't need field for

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Oleg Gnatovskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600590#action_12600590 ] Oleg Gnatovskiy commented on SOLR-572: -- Here is what I am getting: HTTP Status 500 -

[jira] Issue Comment Edited: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Oleg Gnatovskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600590#action_12600590 ] oleg_gnatovskiy edited comment on SOLR-572 at 5/28/08 1:04 PM: ---

Re: [jira] Issue Comment Edited: (SOLR-572) Spell Checker as a Search Component

2008-05-28 Thread Grant Ingersoll
What version of the patch are you using? Can you paste your full config for the search component? Also, as I am sure you are aware, this is still in a pretty decent amount of flux. -Grant On May 28, 2008, at 4:05 PM, Oleg Gnatovskiy (JIRA) wrote: [

ResponseBuilder.getQParser()

2008-05-28 Thread Grant Ingersoll
Is ResponseBuilder.getQParser() supposed to be set? In QueryComponent (lines 81-82) we have: QParser parser = QParser.getParser(rb.getQueryString(), defType, req); rb.setQuery( parser.getQuery() ); rb.setSortSpec( parser.getSort(true) ); but, no rb.setQParser() even though we are

Re: ResponseBuilder.getQParser()

2008-05-28 Thread Yonik Seeley
On Wed, May 28, 2008 at 10:02 PM, Grant Ingersoll [EMAIL PROTECTED] wrote: Is ResponseBuilder.getQParser() supposed to be set? In QueryComponent (lines 81-82) we have: QParser parser = QParser.getParser(rb.getQueryString(), defType, req); rb.setQuery( parser.getQuery() );

[jira] Created: (SOLR-585) ResponseBuilder.getQParser() is always null b/c it never gets set

2008-05-28 Thread Grant Ingersoll (JIRA)
ResponseBuilder.getQParser() is always null b/c it never gets set - Key: SOLR-585 URL: https://issues.apache.org/jira/browse/SOLR-585 Project: Solr Issue Type: Bug