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 1999b1e11 NUTCH-2985 Disable plugin urlfilter-validator by default
1999b1e11 is described below
commit 1999b1e1199b773c8d08e4765cfa1824e99a9287
Author: Sebastian Nagel <[email protected]>
AuthorDate: Fri Feb 24 16:24:21 2023 +0100
NUTCH-2985 Disable plugin urlfilter-validator by default
---
conf/nutch-default.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index 69351c843..273cfccc5 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -1590,7 +1590,7 @@
<property>
<name>plugin.includes</name>
-
<value>protocol-http|urlfilter-(regex|validator)|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
+
<value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
<description>Regular expression naming plugin directory names to
include. Any plugin not matching this expression is excluded.
By default Nutch includes plugins to crawl HTML and various other