[
https://issues.apache.org/jira/browse/TIKA-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340862#comment-17340862
]
Tim Allison edited comment on TIKA-3164 at 5/7/21, 2:17 PM:
------------------------------------------------------------
There was a multithreading, erm, feature in the Tika code that led to all the
missing attachments... we have to call
{{POIXMLExtractorFactory.setAllThreadsPreferEventExtractors(true);}}
not {{POIXMLExtractorFactory.setThreadPrefersEventExtractors(true);}}
Will rerun shortly.
was (Author: [email protected]):
There was a multithreading, erm, feature in the Tika code that led to all the
missing attachments... we have to call
{{POIXMLExtractorFactory.setAllThreadsPreferEventExtractors(true);}} not {{
POIXMLExtractorFactory.setThreadPrefersEventExtractors(true);}}
Will rerun shortly.
> Upgrade to POI 5.0.0 when available
> -----------------------------------
>
> Key: TIKA-3164
> URL: https://issues.apache.org/jira/browse/TIKA-3164
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)