You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2013/11/30 15:12:54 UTC

[jira] [Reopened] (SOLR-732) Collation bug

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

Erick Erickson reopened SOLR-732:
---------------------------------


> Collation bug
> -------------
>
>                 Key: SOLR-732
>                 URL: https://issues.apache.org/jira/browse/SOLR-732
>             Project: Solr
>          Issue Type: Bug
>          Components: spellchecker
>    Affects Versions: 1.3
>            Reporter: Matthew Runo
>            Priority: Minor
>
> Search term: Quicksilver... I get two suggestions...
> <lst name="suggestion">
> <int name="frequency">2</int>
> <str name="word">Quicksilver</str>
> </lst>
> <lst name="suggestion">
> <int name="frequency">220</int>
> <str name="word">Quiksilver</str>
> </lst>
> ...and it's not correctly spelled...
> <bool name="correctlySpelled">false</bool>
> ...but the collation is of the first term - not the one with the highest frequency?
> <str name="collation">Quicksilver</str>
> Other collations, for example, 'runnning' come up with more than one suggestion (cunning, running) but properly pick the 'best bet' based on frequency. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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