You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2018/06/28 07:47:16 UTC

[nutch] 01/01: Merge pull request #340 from r0ann3l/NUTCH-2412

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

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

commit 111a3cc123aece89acdfbfd974f845446671a1e2
Merge: fdee94d 4f4558f
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Thu Jun 28 09:47:11 2018 +0200

    Merge pull request #340 from r0ann3l/NUTCH-2412
    
    NUTCH-2412 Exchange component for indexing job, contributed by r0ann3l

 build.xml                                          |   5 +
 conf/exchanges.xml.template                        |  38 +++++
 conf/exchanges.xsd                                 |  54 +++++++
 conf/log4j.properties                              |   1 +
 default.properties                                 |   6 +
 src/java/org/apache/nutch/exchange/Exchange.java   |  46 ++++++
 .../org/apache/nutch/exchange/ExchangeConfig.java  |  79 ++++++++++
 src/java/org/apache/nutch/exchange/Exchanges.java  | 174 +++++++++++++++++++++
 .../org/apache/nutch/exchange/package-info.java    |  24 +++
 .../org/apache/nutch/indexer/IndexWriters.java     |  58 ++++---
 .../apache/nutch/indexer/IndexerOutputFormat.java  |   2 +-
 src/plugin/build.xml                               |   2 +
 src/plugin/exchange-jexl/build-ivy.xml             |  54 +++++++
 src/plugin/exchange-jexl/build.xml                 |  22 +++
 src/plugin/exchange-jexl/ivy.xml                   |  41 +++++
 src/plugin/exchange-jexl/plugin.xml                |  38 +++++
 .../apache/nutch/exchange/jexl/JexlExchange.java   |  78 +++++++++
 .../apache/nutch/exchange/jexl/package-info.java   |  23 +++
 src/plugin/nutch-extensionpoints/plugin.xml        |   4 +
 19 files changed, 730 insertions(+), 19 deletions(-)