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

Alexandre Rafalovitch closed SOLR-732.
--------------------------------------
    Resolution: Not A Problem

This was recommended to be closed 6 years ago.

> 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.3.4#6332)

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

Reply via email to