You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/02/08 19:08:19 UTC

svn commit: r1729220 - /nutch/branches/2.x/conf/nutch-default.xml

Author: lewismc
Date: Mon Feb  8 18:08:18 2016
New Revision: 1729220

URL: http://svn.apache.org/viewvc?rev=1729220&view=rev
Log:
NUTCH-1314 Impose a limit on the length of outlink target urls

Modified:
    nutch/branches/2.x/conf/nutch-default.xml

Modified: nutch/branches/2.x/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1729220&r1=1729219&r2=1729220&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Mon Feb  8 18:08:18 2016
@@ -1005,13 +1005,6 @@
 </property>
 
 <property>
-  <name>parser.html.outlinks.max.target.length</name>
-  <value>3000</value>
-  <description>The maximum number of characters permitted in an outlink urls target.
-  </description>
-</property>
-
-<property>
   <name>htmlparsefilter.order</name>
   <value></value>
   <description>The order by which HTMLParse filters are applied.