You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2011/05/30 23:07:47 UTC

[jira] [Commented] (SOLR-2555) Always incorrectly spelled with onlyMorePopular enabled

    [ https://issues.apache.org/jira/browse/SOLR-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041293#comment-13041293 ] 

Dawid Weiss commented on SOLR-2555:
-----------------------------------

Can you be more specific as to which suggester is actually used (jaspell, tst or fst)? FSTLookup does have an option to always check for exact matches, so if something exists in the index (is a valid spelling), it will be returned as the first suggestion, followed by other matches (when an exact match is a prefix of other matches, suggestions can still be returned).

> Always incorrectly spelled with onlyMorePopular enabled
> -------------------------------------------------------
>
>                 Key: SOLR-2555
>                 URL: https://issues.apache.org/jira/browse/SOLR-2555
>             Project: Solr
>          Issue Type: Bug
>          Components: spellchecker
>    Affects Versions: 3.1
>            Reporter: Markus Jelsma
>
> The spellcheck component will always mark the term(s) as incorrectly spelled when onlyMorePopular=true, regardless of the term being actually spelled correctly.
> The onlyMorePopular setting can produce collations while the term(s) are correctly spelled. This is fine behaviour. The problem is that is also marks the term(s) as incorrectly spelled when they're actually in the spellcheck index.
> See also this thread:
> http://lucene.472066.n3.nabble.com/correctlySpelled-and-onlyMorePopular-in-3-1-td2975773.html#a2984201

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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