You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Miller (JIRA)" <ji...@apache.org> on 2017/02/21 13:31:44 UTC

[jira] [Created] (ACCUMULO-4589) Search with no results throws Error

Michael Miller created ACCUMULO-4589:
----------------------------------------

             Summary: Search with no results throws Error
                 Key: ACCUMULO-4589
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4589
             Project: Accumulo
          Issue Type: Bug
          Components: wikisearch
    Affects Versions: 1.8.0
            Reporter: Michael Miller
            Priority: Minor


When performing a fielded search, i.e. TEXT == 'blah', for a term that is not indexed an unhelpful exception is thrown:

org.jboss.resteasy.spi.UnhandledException: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
	org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345)
	org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:341)
	org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321)
	org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)
	org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)
	org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534)
	org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)