[
https://issues.apache.org/jira/browse/SOLR-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-3300.
----------------------------
Resolution: Fixed
Fix Version/s: 3.6
Michael, if you could, please try out a recent build of the 3x branch (soon to
be released as Solr 3.6) to verify that this is in fact a dup -- if not, then
by all means please re-open
> 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
> Fix For: 3.6
>
>
> Using a URL like this:
> http://localhost:8080/solr/select/?q=%22Haddington-Cobbs%22&spellcheck=true&defType=edismax&qt=dismax
> 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&defType=edismax&qt=dismax
--
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: [email protected]
For additional commands, e-mail: [email protected]