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 566f3fb NUTCH-2639 bin/nutch fails to set native library path on
Cygwin causing jobs to fail with UnsatisfiedLinkError Pick fix contributed by
rustyx for 2.x
add 29280bf Fixes for NUTCH-2602: Index writers description in the form:
<key>:<value>
add 57d82ff Fixes for NUTCH-2602: No index writer description when
commands have no enough arguments.
add 5a8793c Merge branch 'master' into NUTCH-2602
add 1193f8b Merge branch 'master' into NUTCH-2602
add 4e70af2 Fixes for NUTCH-2602: Description as a table with columns:
KEY, DESCRIPTION, VALUE.
add afe119d Merge branch 'master' into NUTCH-2602
new 9d59538 Merge pull request #356 from r0ann3l/NUTCH-2602
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:
ivy/ivy.xml | 2 +
src/java/org/apache/nutch/indexer/CleaningJob.java | 2 -
src/java/org/apache/nutch/indexer/IndexWriter.java | 8 +-
.../org/apache/nutch/indexer/IndexWriters.java | 52 ++++++++-
.../apache/nutch/indexer/IndexerOutputFormat.java | 7 ++
src/java/org/apache/nutch/indexer/IndexingJob.java | 4 -
.../cloudsearch/CloudSearchConstants.java | 3 +-
.../cloudsearch/CloudSearchIndexWriter.java | 71 +++++++------
.../nutch/indexwriter/csv/CSVIndexWriter.java | 80 ++++++++------
.../nutch/indexwriter/dummy/DummyIndexWriter.java | 90 +++++++++-------
.../elasticrest/ElasticRestIndexWriter.java | 84 ++++++++++++---
.../indexwriter/elastic/ElasticIndexWriter.java | 98 ++++++++++-------
.../indexwriter/rabbit/RabbitIndexWriter.java | 116 +++++++++++++++------
.../nutch/indexwriter/solr/SolrIndexWriter.java | 67 ++++++++----
14 files changed, 465 insertions(+), 219 deletions(-)