Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Merge branch 'master', remote branch 'origin'

* Squashed commit of the following:

commit 68363b1
Author: Semyon Semyonov <semyon.semyonov@mail.com>
Date:   Mon Mar 19 14:48:11 2018 +0100

    added description to crawldb.url.normalizers

commit b53039e
Author: Semyon Semyonov <semyon.semyonov@mail.com>
Date:   Mon Mar 19 14:27:25 2018 +0100

    misspelling in nutch-default crawldb.url.filters

commit 73e3f64
Author: Semyon Semyonov <semyon.semyonov@mail.com>
Date:   Mon Mar 19 14:23:26 2018 +0100

    db.url.filters and db.url.normalizers renamed to crawldb.* for the code match
  • Loading branch information
okedoki authored and lewismc committed Apr 10, 2018
1 parent f612c41 commit 666022d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions conf/nutch-default.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 666022d

Please sign in to comment.