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/21 14:50:26 UTC

[nutch] branch master updated (a7c4794 -> 6d03b52)

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 a7c4794  Merge pull request #311 from sju/NUTCH-2565
     add 1f6bfe2  Fixes for NUTCH-2600: Includes: - Some refactoring - Support for Basic Authentication - "collection" parameter in index-writers.xml - Updating the solrj library (5.5.0 -> 7.3.1) - New paramater: "weight.field", indicating the field's name where the document weight should be written - "commit.index" parameter is not used - DateUtil is not longer used - Some unused constants were deleted
     new 6d03b52  Merge pull request #351 from r0ann3l/NUTCH-2600

The 1 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                    |  6 +-
 src/java/org/apache/nutch/indexer/IndexingJob.java |  3 -
 src/plugin/indexer-solr/ivy.xml                    |  6 +-
 src/plugin/indexer-solr/plugin.xml                 | 14 ++--
 .../nutch/indexwriter/solr/SolrConstants.java      | 38 ++-------
 .../nutch/indexwriter/solr/SolrIndexWriter.java    | 96 +++++++++++-----------
 .../apache/nutch/indexwriter/solr/SolrUtils.java   | 75 +++++++----------
 7 files changed, 100 insertions(+), 138 deletions(-)


[nutch] 01/01: Merge pull request #351 from r0ann3l/NUTCH-2600

Posted by sn...@apache.org.
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 6d03b523ed9182b1eb9322d08f66fda89f78dacc
Merge: a7c4794 1f6bfe2
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Thu Jun 21 16:50:24 2018 +0200

    Merge pull request #351 from r0ann3l/NUTCH-2600
    
    NUTCH-2600: indexer-solr refactoring

 conf/index-writers.xml.template                    |  6 +-
 src/java/org/apache/nutch/indexer/IndexingJob.java |  3 -
 src/plugin/indexer-solr/ivy.xml                    |  6 +-
 src/plugin/indexer-solr/plugin.xml                 | 14 ++--
 .../nutch/indexwriter/solr/SolrConstants.java      | 38 ++-------
 .../nutch/indexwriter/solr/SolrIndexWriter.java    | 96 +++++++++++-----------
 .../apache/nutch/indexwriter/solr/SolrUtils.java   | 75 +++++++----------
 7 files changed, 100 insertions(+), 138 deletions(-)