You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2010/08/18 16:08:16 UTC

[jira] Created: (LUCENE-2608) Allow for specification of spell checker accuracy when calling suggestSimilar

Allow for specification of spell checker accuracy when calling suggestSimilar
-----------------------------------------------------------------------------

                 Key: LUCENE-2608
                 URL: https://issues.apache.org/jira/browse/LUCENE-2608
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/spellchecker
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll


There is really no need for accuracy to be a class variable in the Spellchecker

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2608) Allow for specification of spell checker accuracy when calling suggestSimilar

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900302#action_12900302 ] 

Grant Ingersoll commented on LUCENE-2608:
-----------------------------------------

Committed revision 987179.  (Trunk)

> Allow for specification of spell checker accuracy when calling suggestSimilar
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-2608
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2608
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/spellchecker
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>         Attachments: LUCENE-2608.patch
>
>
> There is really no need for accuracy to be a class variable in the Spellchecker

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2608) Allow for specification of spell checker accuracy when calling suggestSimilar

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated LUCENE-2608:
------------------------------------

    Attachment: LUCENE-2608-3x.patch

Here's a 3.x version of the patch

> Allow for specification of spell checker accuracy when calling suggestSimilar
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-2608
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2608
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/spellchecker
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>         Attachments: LUCENE-2608-3x.patch, LUCENE-2608.patch
>
>
> There is really no need for accuracy to be a class variable in the Spellchecker

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2608) Allow for specification of spell checker accuracy when calling suggestSimilar

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated LUCENE-2608:
------------------------------------

    Attachment: LUCENE-2608.patch

Adds the accuracy functionality to the Lucene spell checker and also adds support to Solr.  For Lucene, the change is backward compatible, for Solr, it is not back compatible for those who implement their own SolrSpellChecker, as I introduced a more future proof parameter passing capability.  I also added a means for per implementation parameters to be passed in.  Interpretation of those entries are entirely up to the implementation.

> Allow for specification of spell checker accuracy when calling suggestSimilar
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-2608
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2608
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/spellchecker
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>         Attachments: LUCENE-2608.patch
>
>
> There is really no need for accuracy to be a class variable in the Spellchecker

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-2608) Allow for specification of spell checker accuracy when calling suggestSimilar

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved LUCENE-2608.
-------------------------------------

    Fix Version/s: 3.1
                   4.0
       Resolution: Fixed

> Allow for specification of spell checker accuracy when calling suggestSimilar
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-2608
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2608
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/spellchecker
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2608-3x.patch, LUCENE-2608.patch
>
>
> There is really no need for accuracy to be a class variable in the Spellchecker

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org