Catch Throwables while calling TextExtractors
---------------------------------------------
Key: JCR-1686
URL: https://issues.apache.org/jira/browse/JCR-1686
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core
Affects Versions: core 1.4.4
Reporter: Claus Köll
There are different Exception Handlings in the current TextExtractors.
The Method Signature throws IOException but the internal Handling is different.
For example in the MsExcelTextExtractor there will be RuntimeException's
catched but not in all Extractors.
@see JCR-574
I think we should catch Throwables in the NodeIndexer to prevent
OutOfMemoryErros while indexing a node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.