spellcheck component, correctlySpelled is bogus!
------------------------------------------------
Key: SOLR-1094
URL: https://issues.apache.org/jira/browse/SOLR-1094
Project: Solr
Issue Type: Bug
Affects Versions: 1.4
Reporter: David Smiley
I've found that {{correctlySpelled}} is sometimes hidden and it is sometimes
shown, and when it is shown it may indicate true when it should clearly be
false. As such I've discounted it altogether. I should be fixed or removed.
Here's a search query I ran against my index and I swear I don't have a termh
"zzzwwwzzzzzz" :-)
{code}
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">58</int>
<lst name="params">
<str name="spellcheck">true</str>
<str name="rows">0</str>
<str name="indent">on</str>
<str name="echoParams">explicit</str>
<str name="spellcheck.collate">true</str>
<str name="spellcheck.extendedResults">true</str>
<str name="q">zzzwwwzzzzzz</str>
<str name="spellcheck.count">3</str>
<str name="version">2.2</str>
</lst>
</lst>
<result name="response" numFound="0" start="0"/>
<lst name="spellcheck">
<lst name="suggestions">
<bool name="correctlySpelled">true</bool>
</lst>
</lst>
</response>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.