Error handling in CSVLoader
---------------------------

                 Key: SOLR-482
                 URL: https://issues.apache.org/jira/browse/SOLR-482
             Project: Solr
          Issue Type: Improvement
          Components: update
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll
            Priority: Minor


Sometimes the underlying CSV parser can't read a line and throws an exception.  
Solr currently just passes the exception out to the client.  Wrapping this in a 
SolrException allows us to pass out information about what line failed (which 
isn't always in the CSV IOException thrown).



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to