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 2019/02/22 15:37:20 UTC

[nutch] branch master updated (e95c915 -> 78af89f)

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 e95c915  Merge pull request #437 from sebastian-nagel/NUTCH-2693-misspelled-properties
     new a326284  NUTCH-2684: README.md file for index writer plugins.
     new dd067c5  NUTCH-2684: Outdated documentation.
     new e27eb65  Merge branch 'master' into NUTCH-2684
     new 78af89f  Merge pull request #436 from r0ann3l/NUTCH-2684

The 2856 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:
 src/plugin/indexer-cloudsearch/README.md  | 54 +++++++++++++++----------------
 src/plugin/indexer-csv/README.md          | 42 ++++++++++++++++++++++++
 src/plugin/indexer-dummy/README.md        | 34 +++++++++++++++++++
 src/plugin/indexer-elastic-rest/README.md | 45 ++++++++++++++++++++++++++
 src/plugin/indexer-elastic/README.md      | 41 +++++++++++++++++++++++
 src/plugin/indexer-rabbit/README.md       | 44 +++++++++++++++++++++++++
 src/plugin/indexer-solr/README.md         | 40 +++++++++++++++++++++++
 7 files changed, 273 insertions(+), 27 deletions(-)
 create mode 100644 src/plugin/indexer-csv/README.md
 create mode 100644 src/plugin/indexer-dummy/README.md
 create mode 100644 src/plugin/indexer-elastic-rest/README.md
 create mode 100644 src/plugin/indexer-elastic/README.md
 create mode 100644 src/plugin/indexer-rabbit/README.md
 create mode 100644 src/plugin/indexer-solr/README.md