From: <bi...@us...> - 2008-12-15 02:19:55
|
Revision: 2665 http://archive-access.svn.sourceforge.net/archive-access/?rev=2665&view=rev Author: binzino Date: 2008-12-15 02:19:53 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Added some property values which we commonly use in deployments. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml Modified: trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml =================================================================== --- trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml 2008-12-15 01:47:48 UTC (rev 2664) +++ trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml 2008-12-15 02:19:53 UTC (rev 2665) @@ -144,4 +144,26 @@ <value>true</value> </property> -</configuration> +<!-- The following are over-rides of property values in + nutch-default which the Internet Archive uses in + most NutchWAX projects. --> + +<property> + <name>io.map.index.skip</name> + <value>32</value> +</property> + +<property> + <name>searcher.max.hits</name> + <value>1000</value> +</property> + +<property> + <name>searcher.summary.context</name> + <value>8</value> +</property> + +<property> + <name>searcher.summary.length</name> + <value>80</value> +</property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |