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 8bdec5e NUTCH-2698 Remove sonar build task from build.xml (#443)
new 241ad5a Merge pull request #1 from apache/master
new 8e511a1 fix for NUTCH-2631 contributed by AyalCiobotaru
new 4efed0a added one sentence description for Kafka indexer
new f5b5d2c Changes made per r0ann3l's review, added doc limit, made
other small changes
new da2a673 Missed this commit, constant type error
new a4dd1f7 added description and default values
new 6462821 fixed some spelling mistakes and formatting
new 209f2cb NUTCH-2631: Moving dependencies from root ivy file to
indexer-kafka plugin.
new a5a65a0 Merge pull request #373 from NextCenturyCorporation/NUTCH-2631
The 2875 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:
build.xml | 3 +
conf/index-writers.xml.template | 17 ++
default.properties | 1 +
ivy/ivy.xml | 2 -
src/plugin/build.xml | 2 +
.../build-ivy.xml | 2 +-
.../{index-links => indexer-kafka}/build.xml | 2 +-
src/plugin/{parse-html => indexer-kafka}/ivy.xml | 13 +-
src/plugin/indexer-kafka/plugin.xml | 54 ++++++
.../nutch/indexwriter/kafka/KafkaConstants.java} | 22 +--
.../nutch/indexwriter/kafka/KafkaIndexWriter.java | 215 +++++++++++++++++++++
.../nutch/indexwriter/kafka}/package-info.java | 5 +-
12 files changed, 312 insertions(+), 26 deletions(-)
copy src/plugin/{indexer-elastic-rest => indexer-kafka}/build-ivy.xml (96%)
copy src/plugin/{index-links => indexer-kafka}/build.xml (94%)
copy src/plugin/{parse-html => indexer-kafka}/ivy.xml (78%)
create mode 100644 src/plugin/indexer-kafka/plugin.xml
copy src/{java/org/apache/nutch/service/model/response/ServiceInfo.java =>
plugin/indexer-kafka/src/java/org/apache/nutch/indexwriter/kafka/KafkaConstants.java}
(66%)
create mode 100644
src/plugin/indexer-kafka/src/java/org/apache/nutch/indexwriter/kafka/KafkaIndexWriter.java
copy src/{java/org/apache/nutch/scoring =>
plugin/indexer-kafka/src/java/org/apache/nutch/indexwriter/kafka}/package-info.java
(85%)