[
https://issues.apache.org/jira/browse/SOLR-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041474#comment-13041474
]
Dawid Weiss commented on SOLR-2555:
-----------------------------------
Oh, ok - thanks. I personally find the terminology used in Solr/ Lucene a bit
confusing -- spellchecking and autosuggest are closely related, but they do
come in various flavors:
- spell checking (correcting a possible typo); usually matches nothing or close
to nothing in the index and has a single high-matching corresponding suggestion,
- prefix completion (simple scenario of unfinished word/phrase),
- other kind of completion (for example phrase match based on the current
partially typed-in term and its left context).
These are closely related and I wonder if there could be a distinction in the
returned result so that the end application can distinguish which one is which
(to present them in different ways in the suggestion list perhaps?).
> 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: [email protected]
For additional commands, e-mail: [email protected]