You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/04/28 11:26:30 UTC

[jira] Resolved: (SOLR-1094) spellcheck component, correctlySpelled is bogus!

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

Shalin Shekhar Mangar resolved SOLR-1094.
-----------------------------------------

    Resolution: Fixed
      Assignee: Shalin Shekhar Mangar

Committed revision 769310.

Thanks David and Mark!

> 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.3
>            Reporter: David Smiley
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-1094.patch
>
>
> 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.