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(-)