You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2018/02/08 03:48:00 UTC

[jira] [Created] (OAK-7251) BinaryTextExtractor should not ignore parse exception - they should at least be logged at DEBUG in all cases

Vikas Saurabh created OAK-7251:
----------------------------------

             Summary: BinaryTextExtractor should not ignore parse exception - they should at least be logged at DEBUG in all cases
                 Key: OAK-7251
                 URL: https://issues.apache.org/jira/browse/OAK-7251
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: lucene
            Reporter: Vikas Saurabh
            Assignee: Vikas Saurabh


BinaryTextExtractor ignores missing library error like:
{noformat}
        } catch (LinkageError e) {
            // Capture and ignore errors caused by extraction libraries
            // not being present. This is equivalent to disabling
            // selected media types in configuration, so we can simply
            // ignore these errors.
{noformat}
or 
{noformat}
            // Capture and report any other full text extraction problems.
            // The special STOP exception is used for normal termination.
            if (!handler.isWriteLimitReached(t)) {
{noformat}

We should at not skip these errors - some information should at least be available at DEBUG.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)