[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-01-10 Thread Matthew Runo (JIRA)

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

Matthew Runo updated SOLR-430:
--

Component/s: spellchecker

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java, spellchecker
>Affects Versions: 1.3
>Reporter: Matthew Runo
> Fix For: 1.3
>
>
> SolrJ should support at a minimum a basic SpellcheckRequest and Response. 
> Response should return a set of strings, the suggestions returned by the 
> SpellcheckQueryHandler.
> Request should accept the basic commands that SC accepts over HTTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-01-21 Thread Mike Klaas (JIRA)

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

Mike Klaas updated SOLR-430:


Fix Version/s: (was: 1.3)

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java, spellchecker
>Affects Versions: 1.3
>Reporter: Matthew Runo
>
> SolrJ should support at a minimum a basic SpellcheckRequest and Response. 
> Response should return a set of strings, the suggestions returned by the 
> SpellcheckQueryHandler.
> Request should accept the basic commands that SC accepts over HTTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-06-19 Thread Matthew Runo (JIRA)

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

Matthew Runo updated SOLR-430:
--

Description: SolrJ should support sending a request that interacts with the 
SpellCheckComponent from SOLR-572 and handling the results in a sane manner so 
users of SolrJ can make use of the SpellCheckComponent code without parsing XML 
themselves.  (was: SolrJ should support at a minimum a basic SpellcheckRequest 
and Response. 

Response should return a set of strings, the suggestions returned by the 
SpellcheckQueryHandler.

Request should accept the basic commands that SC accepts over HTTP.)

Changed issue summary to reflect new code for the spellchecker in solr/lucene.

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java, spellchecker
>Affects Versions: 1.3
>Reporter: Matthew Runo
>
> SolrJ should support sending a request that interacts with the 
> SpellCheckComponent from SOLR-572 and handling the results in a sane manner 
> so users of SolrJ can make use of the SpellCheckComponent code without 
> parsing XML themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-08-18 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar updated SOLR-430:
---

Attachment: SOLR-430.patch

Changes to QueryResponse to parse SpellCheckComponent's response.

# The SpellCheckResponse inner class is probably big enough to deserve a 
separate source file.
# Need to add test cases.

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java, spellchecker
>Affects Versions: 1.3
>Reporter: Matthew Runo
> Attachments: SOLR-430.patch
>
>
> SolrJ should support sending a request that interacts with the 
> SpellCheckComponent from SOLR-572 and handling the results in a sane manner 
> so users of SolrJ can make use of the SpellCheckComponent code without 
> parsing XML themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-08-19 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar updated SOLR-430:
---

Attachment: SOLR-430.patch

Changes
# SpellCheckResponse is in it's own separate source file
# Added a Test

I don't think we need to add any methods to SolrQuery. Users can always use the 
SolrQuery#set methods to add spell check params.

I shall commit this shortly.

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java, spellchecker
>Affects Versions: 1.3
>Reporter: Matthew Runo
> Attachments: SOLR-430.patch, SOLR-430.patch
>
>
> SolrJ should support sending a request that interacts with the 
> SpellCheckComponent from SOLR-572 and handling the results in a sane manner 
> so users of SolrJ can make use of the SpellCheckComponent code without 
> parsing XML themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-08-19 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar updated SOLR-430:
---

  Component/s: (was: spellchecker)
Fix Version/s: 1.3
 Assignee: Shalin Shekhar Mangar
 Priority: Minor  (was: Major)

> SpellcheckerRequest / Response
> --
>
> Key: SOLR-430
> URL: https://issues.apache.org/jira/browse/SOLR-430
> Project: Solr
>  Issue Type: New Feature
>  Components: clients - java
>Affects Versions: 1.3
>Reporter: Matthew Runo
>Assignee: Shalin Shekhar Mangar
>Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-430.patch, SOLR-430.patch
>
>
> SolrJ should support sending a request that interacts with the 
> SpellCheckComponent from SOLR-572 and handling the results in a sane manner 
> so users of SolrJ can make use of the SpellCheckComponent code without 
> parsing XML themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.