You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ab...@apache.org on 2006/03/18 20:26:51 UTC

svn commit: r386876 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: ab
Date: Sat Mar 18 11:26:49 2006
New Revision: 386876

URL: http://svn.apache.org/viewcvs?rev=386876&view=rev
Log:
Document new option "db.score.count.filtered".

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

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=386876&r1=386875&r2=386876&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Sat Mar 18 11:26:49 2006
@@ -242,6 +242,16 @@
 </property>
 
 <property>
+  <name>db.score.count.filtered</name>
+  <value>false</value>
+  <description>The score value passed to newly discovered pages is
+  calculated as a fraction of the original page score divided by the
+  number of outlinks. If this option is false, only the outlinks that passed
+  URLFilters will count, if it's true then all outlinks will count.
+  </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.