This is an automated email from the ASF dual-hosted git repository.
lewismc 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 666022d NUTCH-2539 (#300)
666022d is described below
commit 666022d67ff0e3694540e4b97369cb73f1dfa377
Author: Semyon <[email protected]>
AuthorDate: Wed Apr 11 00:53:40 2018 +0200
NUTCH-2539 (#300)
* Merge branch 'master', remote branch 'origin'
* Squashed commit of the following:
commit 68363b1bba07ac8b21f6418633dec3f554996703
Author: Semyon Semyonov <[email protected]>
Date: Mon Mar 19 14:48:11 2018 +0100
added description to crawldb.url.normalizers
commit b53039e4b877fd52cac95d3df52133a0c914e4e1
Author: Semyon Semyonov <[email protected]>
Date: Mon Mar 19 14:27:25 2018 +0100
misspelling in nutch-default crawldb.url.filters
commit 73e3f6493f2f5cdb3b5336ee61854a3754e4b051
Author: Semyon Semyonov <[email protected]>
Date: Mon Mar 19 14:23:26 2018 +0100
db.url.filters and db.url.normalizers renamed to crawldb.* for the code
match
---
conf/nutch-default.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index 20b8691..405b99f 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -548,15 +548,21 @@
</property>
<property>
- <name>db.url.normalizers</name>
+ <name>crawldb.url.normalizers</name>
<value>false</value>
- <description>Normalize urls when updating crawldb</description>
+ <description>
+ !Temporary, can be overwritten with the command line!
+ Normalize urls when updating crawldb
+ </description>
</property>
<property>
- <name>db.url.filters</name>
+ <name>crawldb.url.filters</name>
<value>false</value>
- <description>Filter urls when updating crawldb</description>
+ <description>
+ !Temporary, can be overwritten with the command line!
+ Filter urls when updating crawldb
+ </description>
</property>
<property>
--
To stop receiving notification emails like this one, please contact
[email protected].