You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Long (Updated) (JIRA)" <ji...@apache.org> on 2012/03/30 17:44:30 UTC

[jira] [Updated] (SOLR-3300) SpellChecker and Dismax fail when using value from q containing hyphen

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

Michael Long updated SOLR-3300:
-------------------------------

    Component/s:     (was: SolrCloud)
    
> SpellChecker and Dismax fail when using value from q containing hyphen
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3300
>                 URL: https://issues.apache.org/jira/browse/SOLR-3300
>             Project: Solr
>          Issue Type: Bug
>          Components: spellchecker
>    Affects Versions: 3.5
>            Reporter: Michael Long
>
> Using a URL like this:
> http://localhost:8080/solr/select/?q=%22Haddington-Cobbs%22&spellcheck=true
> Returns an error:
> String index out of range: -6 java.lang.StringIndexOutOfBoundsException: String index out of range: -6 at java.lang.AbstractStringBuilder.replace(AbstractStringBuilder.java:793) at java.lang.StringBuilder.replace(StringBuilder.java:288) at org.apache.solr.spelling.SpellCheckCollator.getCollation(SpellCheckCollator.java:131) at org.apache.solr.spelling.SpellCheckCollator.collate(SpellCheckCollator.java:69) at org.apache.solr.handler.component.SpellCheckComponent.addCollationsToResponse(SpellCheckComponent.java:179) at org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:156) at 
> It appears when the spellchecker takes the value from q, it is crashing when their is a hyphen. 
> Yet if I instead use spellchecker.q, it works:
> http://localhost:8080/solr/select/?q=%22Haddington-Cobbs%22&spellcheck=true&spellcheck.q=%22Haddington-Cobbs%22

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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