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 2020/04/21 09:27:42 UTC

[nutch] branch master updated (6f51618 -> dcbb0f2)

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

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


    from 6f51618  Merge pull request #508 from balashashanka/NUTCH-2757
     new 6741574  NUTCH-2755: Remove obsolete plugin indexer-elastic-rest
     new 6ae4468  NUTCH-2755: Remove obsolete plugin indexer-elastic-rest
     new dcbb0f2  Merge pull request #510 from balashashanka/NUTCH-2755

The 3040 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   3 -
 conf/index-writers.xml.template                    |  24 --
 conf/log4j.properties                              |   7 +-
 default.properties                                 |   1 -
 src/plugin/build.xml                               |   2 -
 src/plugin/indexer-elastic-rest/README.md          |  45 --
 src/plugin/indexer-elastic-rest/build-ivy.xml      |  54 ---
 src/plugin/indexer-elastic-rest/build.xml          |  22 -
 .../indexer-elastic-rest/howto_upgrade_es.txt      |  23 -
 src/plugin/indexer-elastic-rest/ivy.xml            |  43 --
 src/plugin/indexer-elastic-rest/plugin.xml         |  51 ---
 .../elasticrest/ElasticRestConstants.java          |  35 --
 .../elasticrest/ElasticRestIndexWriter.java        | 468 ---------------------
 .../indexwriter/elasticrest/package-info.java      |  22 -
 14 files changed, 1 insertion(+), 799 deletions(-)
 delete mode 100644 src/plugin/indexer-elastic-rest/README.md
 delete mode 100644 src/plugin/indexer-elastic-rest/build-ivy.xml
 delete mode 100644 src/plugin/indexer-elastic-rest/build.xml
 delete mode 100644 src/plugin/indexer-elastic-rest/howto_upgrade_es.txt
 delete mode 100644 src/plugin/indexer-elastic-rest/ivy.xml
 delete mode 100644 src/plugin/indexer-elastic-rest/plugin.xml
 delete mode 100644 src/plugin/indexer-elastic-rest/src/java/org/apache/nutch/indexwriter/elasticrest/ElasticRestConstants.java
 delete mode 100644 src/plugin/indexer-elastic-rest/src/java/org/apache/nutch/indexwriter/elasticrest/ElasticRestIndexWriter.java
 delete mode 100644 src/plugin/indexer-elastic-rest/src/java/org/apache/nutch/indexwriter/elasticrest/package-info.java