Tim Allison created TIKA-4295: --------------------------------- Summary: Allow bypass of emitKey in AbstractEmbeddedDocumentBytesHandler Key: TIKA-4295 URL: https://issues.apache.org/jira/browse/TIKA-4295 Project: Tika Issue Type: Task Reporter: Tim Allison
We currently algorithmically determine the emit path for the bytes from embedded documents based on the json emit key. In other words, if the primary emit key is {{/a/b/c.json}}, we emit to {{/a/b/c/c-1000.jpg}}, for example. We should allow users to set a custom emit key root path so that, for example, users could have the json going here: {{/a/b/json/abc.json}} and the bytes going here: {{/a/b/bytes/abc-0000.doc}} -- This message was sent by Atlassian Jira (v8.20.10#820010)