This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-4846
in repository https://gitbox.apache.org/repos/asf/tika.git
from a1406515ed TIKA-4846 -- add jsonl reporter
add d8133b5b47 review fixes
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 2 +-
.../ROOT/pages/pipes/plugins/filesystem.adoc | 27 ++--
docs/modules/ROOT/pages/pipes/reporters.adoc | 2 +-
.../pipes/reporter/fs/FileSystemJsonlReporter.java | 131 +++++++++---------
.../reporter/fs/FileSystemJsonlReporterConfig.java | 5 +-
.../apache/tika/pipes/fs/ConfigExamplesTest.java | 15 +++
.../reporter/fs/FileSystemJsonlReporterTest.java | 146 +++++++++++++++++----
7 files changed, 217 insertions(+), 111 deletions(-)