Author: ab
Date: Tue Jul 18 16:27:49 2006
New Revision: 423291

URL: http://svn.apache.org/viewvc?rev=423291&view=rev
Log:
Add "db.max.inlinks" with its default value, and document it.

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/nutch-default.xml?rev=423291&r1=423290&r2=423291&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Tue Jul 18 16:27:49 2006
@@ -260,6 +260,15 @@
 </property>
 
 <property>
+  <name>db.max.inlinks</name>
+  <value>10000</value>
+  <description>Maximum number of Inlinks per URL to be kept in LinkDb.
+  If "invertlinks" finds more inlinks than this number, only the first
+  N inlinks will be stored, and the rest will be discarded.
+  </description>
+</property>
+
+<property>
   <name>db.max.outlinks.per.page</name>
   <value>100</value>
   <description>The maximum number of outlinks that we'll process for a page.


Reply via email to