You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/11/04 19:38:00 UTC

[jira] [Created] (TIKA-3918) AutoDetectParserConfig spoolToDisk=0 should ignore content-length

Tim Allison created TIKA-3918:
---------------------------------

             Summary: AutoDetectParserConfig spoolToDisk=0 should ignore content-length
                 Key: TIKA-3918
                 URL: https://issues.apache.org/jira/browse/TIKA-3918
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


In the AutoDetectParserConfig, users can set a length for when to spool to disk.  If there's a content-length in the metadata, and that length is greater than the spoolToDisk value, the the file is spooled to disk.

There are some use cases where users may want to spool to disk all the time.  Let's slightly modify the behavior to not require Content-Length, if spoolToDisk is set to 0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)