[
https://issues.apache.org/jira/browse/TIKA-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-3505.
-------------------------------
Fix Version/s: 2.0.1
Assignee: Tim Allison
Resolution: Fixed
> Move maxForEmitBatchBytes into PipesConfigBase
> ----------------------------------------------
>
> Key: TIKA-3505
> URL: https://issues.apache.org/jira/browse/TIKA-3505
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Trivial
> Fix For: 2.0.1
>
>
> If the extracted text is < maxForEmitBatchBytes, the text will be sent back
> to the pipes client so that it can be batched and then emitted. If the
> extracted text is >= this value, it will be emitted directly from the
> PipesServer with no batching.
> This applies to both a pipes process and an async process and should be in
> PipesConfigBase, not only in AsyncConfig.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)