You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Matthew Runo (JIRA)" <ji...@apache.org> on 2007/12/08 01:07:43 UTC

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

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
             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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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] Resolved: (SOLR-430) SpellcheckerRequest / Response

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-430.
----------------------------------------

    Resolution: Fixed

Committed revision 687102.

> 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.


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

Posted by "Matthew Runo (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Matthew Runo (JIRA)" <ji...@apache.org>.
     [ 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] Commented: (SOLR-430) SpellcheckerRequest / Response

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606525#action_12606525 ] 

Shalin Shekhar Mangar commented on SOLR-430:
--------------------------------------------

Should we re-use this issue to implement support for SpellCheckComponent (SOLR-572) instead of the older SpellCheckerRequestHandler?

> 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] Commented: (SOLR-430) SpellcheckerRequest / Response

Posted by "Matthew Runo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606531#action_12606531 ] 

Matthew Runo commented on SOLR-430:
-----------------------------------

Seems like a very reasonable thing to do to me

> 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] Commented: (SOLR-430) SpellcheckerRequest / Response

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606532#action_12606532 ] 

Shalin Shekhar Mangar commented on SOLR-430:
--------------------------------------------

Matthew -- Can you update the issue description? I'll try to add a patch soon.

> 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

Posted by "Mike Klaas (JIRA)" <ji...@apache.org>.
     [ 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.