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: SolrCloud
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: [email protected]
For additional commands, e-mail: [email protected]