UIMAUpdateRequestProcessor error handling with small texts
----------------------------------------------------------

                 Key: SOLR-2582
                 URL: https://issues.apache.org/jira/browse/SOLR-2582
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.2
            Reporter: Tommaso Teofili
             Fix For: 3.3


In UIMAUpdateRequestProcessor the catch block in processAdd() method can have a 
StringIndexOutOfBoundsException while composing the error message if the 
logging field is not set and the text being processed is shorter than 100 chars 
(...append(text.substring(0, 100))...).


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to