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 2022/01/09 09:46:04 UTC

[nutch] branch master updated (e76d69f -> 78e827a)

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 e76d69f  NUTCH-2429 Fix Plugin System to allow protocol plugins to bundle their URLStreamHandlers (#720)
     new 6393cac  NUTCH-2903 indexer-elastic: allow to connect to Elastic server via HTTPS - add index writer param "scheme" to configure whether "http" or "https"   is used - fix deprecation in using es.BulkProcessor
     new e0ff4fb  Exclude log4j-api as Elasticsearch client dependency to avoid version and classloader conflicts with core dependencies
     new c2f8d37  NUTCH-2903 indexer-elastic: allow to connect to Elastic server via HTTPS - update indexer-elastic README
     new 78e827a  Merge pull request #703 from sebastian-nagel/NUTCH-2903-indexer-elastic-https

The 3274 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:
 conf/index-writers.xml.template                          |  1 +
 src/java/org/apache/nutch/indexer/IndexWriterParams.java |  7 ++-----
 src/plugin/indexer-elastic/README.md                     |  1 +
 src/plugin/indexer-elastic/ivy.xml                       |  3 ++-
 .../nutch/indexwriter/elastic/ElasticConstants.java      |  1 +
 .../nutch/indexwriter/elastic/ElasticIndexWriter.java    | 16 ++++++++++------
 6 files changed, 17 insertions(+), 12 deletions(-)