4teamwork / ftw.tika

This product integrates Apache Tika for full text indexing with Plone.
4 stars 1 forks source link

Catch exceptions raised by stand-alone converter in transform #3

Closed lukasgraf closed 11 years ago

lukasgraf commented 11 years ago

Transforms shouldn't raise exceptions if the conversion failed for some reason. Instead they should log the issue, and return a data stream with a content of empty string, or possibly None.