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
The following commit(s) were added to refs/heads/master by this push:
new bb3d8bc NUTCH-2914 nutch-default.xml: remove obsolete and unused
properties (#709)
bb3d8bc is described below
commit bb3d8bcf8c91d176e849ba824bf926f108f24d3b
Author: Sebastian Nagel <[email protected]>
AuthorDate: Fri Dec 17 10:00:58 2021 +0100
NUTCH-2914 nutch-default.xml: remove obsolete and unused properties (#709)
---
conf/nutch-default.xml | 28 +++++-----------------------
1 file changed, 5 insertions(+), 23 deletions(-)
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index a754c0c..2b6fff2 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -997,12 +997,6 @@
</property>
<property>
- <name>fetcher.verbose</name>
- <value>false</value>
- <description>If true, fetcher will log more verbosely.</description>
-</property>
-
-<property>
<name>http.log.exceptions.suppress.stack</name>
<value>java.net.UnknownHostException,java.net.NoRouteToHostException</value>
<description>Comma-separated list of exceptions not shown with full
@@ -2191,12 +2185,6 @@ Add scoring-metadata to the list of active plugins
<description>Whether to delete gone pages from the web graph.</description>
</property>
-<property>
- <name>link.loops.depth</name>
- <value>2</value>
- <description>The depth for the loops algorithm.</description>
-</property>
-
<property>
<name>link.score.updater.clear.score</name>
<value>0.0f</value>
@@ -2638,18 +2626,12 @@ Add scoring-metadata to the list of active plugins
</description>
</property>
-<!-- publisher properties
- Do not forget to add the name of your publisher implementation
- in plugin.includes ex- publish-rabbitmq -->
-<property>
- <name>publisher.queue.type</name>
- <value></value>
- <description>
- Choose the type of Queue being used (ex - RabbitMQ, ActiveMq, Kafka, etc).
- Currently there exists an implementation for RabbitMQ producer.
- </description>
-</property>
+<!-- publisher properties
+Note: a publisher implementation is enabled by adding the
+corresponding plugin to plugin.includes. Currently, there exists only
+one publisher implementation for RabbitMQ (plugin publish-rabbitmq).
+-->
<property>
<name>publisher.order</name>
<value></value>