Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
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"
<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>