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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.