Grant Ingersoll updated SOLR-482:
---------------------------------
Attachment: SOLR-482.patch
Working through some old patches, this one is pretty tame and gives a little more info when an error is encountered than it used to. Will commit shortly.
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
Attachments: SOLR-482.patch, SOLR-482.patch
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).
-----------------------------
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
Attachments: SOLR-482.patch, SOLR-482.patch
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org