From 97d5d203446f149d5ed46526f95f7d9ca3fc69ba Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Thu, 13 Apr 2017 16:45:43 -0400 Subject: [PATCH] Now distributed with install scripts and other utility scripts. --- norconex-committer-core/TODO.txt | 3 ++ norconex-committer-core/pom.xml | 36 +++++++++++++++++-- .../src/changes/changes.xml | 3 ++ .../src/main/assembly/dist.xml | 10 +++++- 4 files changed, 49 insertions(+), 3 deletions(-) diff --git a/norconex-committer-core/TODO.txt b/norconex-committer-core/TODO.txt index e9fed19..a52e07d 100644 --- a/norconex-committer-core/TODO.txt +++ b/norconex-committer-core/TODO.txt @@ -7,6 +7,9 @@ - Create a Spreadsheet Committer, with support for how to join multi-values. +- Create a new committer that saves docs to a flat file. XML and/or Json. + With option to break into numbered file after X bytes or X docs. + - Add committer server - Add chainable committers?? diff --git a/norconex-committer-core/pom.xml b/norconex-committer-core/pom.xml index 612529a..adce2b9 100644 --- a/norconex-committer-core/pom.xml +++ b/norconex-committer-core/pom.xml @@ -1,5 +1,5 @@