String index out of range: -1
-----------------------------
Key: SOLR-2509
URL: https://issues.apache.org/jira/browse/SOLR-2509
Project: Solr
Issue Type: Bug
Affects Versions: 3.1
Environment: Debian Lenny
JAVA Version "1.6.0_20"
Reporter: Thomas Gambier
Priority: Blocker
Hi,
I'm a french user of SOLR and i've encountered a problem since i've installed
SOLR 3.1.
I've got an error with this query :
cle_frbr:"LYSROUGE1149-73190"
The error is :
HTTP ERROR 500
Problem accessing /solr/select. Reason:
String index out of range: -1
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at
java.lang.AbstractStringBuilder.replace(AbstractStringBuilder.java:797)
at java.lang.StringBuilder.replace(StringBuilder.java:271)
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:157)
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:194)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:1360)
at
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:356)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:252)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
I've tested to escape the minus char and the query worked :
cle_frbr:"LYSROUGE1149\-73190"
But, strange fact, if i change one letter in my query it works :
cle_frbr:"LASROUGE1149-73190"
I've tested the same query on SOLR 1.4 and it works !
Can someone test the query on next line on a 3.1 SOLR version and tell me if he
have the same problem ?
yourfield:"LYSROUGE1149-73190"
Where do the problem come from ?
Thank you by advance for your help.
Tom
--
This message is automatically generated by JIRA.
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]