You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by r0...@apache.org on 2019/09/19 13:10:55 UTC

[nutch] branch master updated (87b08fc -> 9e5ae73)

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

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


    from 87b08fc  Merge branch 'master' of https://gitbox.apache.org/repos/asf/nutch
     new 5cc1239  NUTCH-2654: Obsolete configuration deleted
     new 0adeed2  NUTCH-2654: schema.xml moved to indexer-solr folder.
     new 35d28ce  Merge branch 'master' into NUTCH-2654
     new 2a6fbfe  NUTCH-2654: a note about the new location of schema.xml file
     new 9e5ae73  Merge pull request #468 from r0ann3l/NUTCH-2654

The 2947 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:
 CHANGES.txt                                        |   3 +
 conf/elasticsearch.conf                            |  18 -
 conf/index-writers.xml.template                    |   1 +
 conf/nutch-default.xml.template                    | 370 ---------------------
 conf/solrindex-mapping.xml                         |  43 ---
 .../indexwriter/elastic/ElasticConstants.java      |  19 +-
 .../indexwriter/elastic/ElasticIndexWriter.java    |  24 +-
 src/plugin/indexer-solr/README.md                  |   6 +-
 {conf => src/plugin/indexer-solr}/schema.xml       |   0
 9 files changed, 31 insertions(+), 453 deletions(-)
 delete mode 100644 conf/elasticsearch.conf
 delete mode 100644 conf/solrindex-mapping.xml
 rename {conf => src/plugin/indexer-solr}/schema.xml (100%)