From: <bi...@us...> - 2008-12-15 17:47:04
|
Revision: 2666 http://archive-access.svn.sourceforge.net/archive-access/?rev=2666&view=rev Author: binzino Date: 2008-12-15 17:47:01 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Oops, fix bug where I accidentally removed closing tag in previous edit. 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 02:19:53 UTC (rev 2665) +++ trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml 2008-12-15 17:47:01 UTC (rev 2666) @@ -147,7 +147,6 @@ <!-- 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> @@ -167,3 +166,5 @@ <name>searcher.summary.length</name> <value>80</value> </property> + +</configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |