This is an automated email from the ASF dual-hosted git repository.

r0ann3l pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit 4717ff827ae8359a41261d6e5c60d0036eec9aa3
Merge: 9d42fcf 3417951
Author: Roannel Fernández Hernández <[email protected]>
AuthorDate: Tue Jul 10 08:43:50 2018 -0400

    Merge pull request #294 from sebastian-nagel/NUTCH-1541
    
    NUTCH-1541 Indexer plugin to write CSV

 build.xml                                          |   4 +
 conf/index-writers.xml.template                    |  19 +
 default.properties                                 |   1 +
 src/plugin/build.xml                               |   3 +
 src/plugin/indexer-csv/build.xml                   |  22 ++
 src/plugin/indexer-csv/ivy.xml                     |  40 ++
 src/plugin/indexer-csv/plugin.xml                  |  38 ++
 .../apache/nutch/indexwriter/csv/CSVConstants.java |  41 ++
 .../nutch/indexwriter/csv/CSVIndexWriter.java      | 419 +++++++++++++++++++++
 .../apache/nutch/indexwriter/csv/package-info.java |  21 ++
 .../nutch/indexwriter/csv/TestCSVIndexWriter.java  | 257 +++++++++++++
 11 files changed, 865 insertions(+)

Reply via email to