From: <bi...@us...> - 2008-12-16 19:53:29
|
Revision: 2677 http://archive-access.svn.sourceforge.net/archive-access/?rev=2677&view=rev Author: binzino Date: 2008-12-16 19:53:25 +0000 (Tue, 16 Dec 2008) Log Message: ----------- Changed nutchwax.FetchedSegments.perCollection default value to false. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml Modified: trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml =================================================================== --- trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml 2008-12-16 19:52:42 UTC (rev 2676) +++ trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml 2008-12-16 19:53:25 UTC (rev 2677) @@ -144,7 +144,7 @@ --> <property> <name>nutchwax.FetchedSegments.perCollection</name> - <value>true</value> + <value>false</value> </property> <!-- The following are over-rides of property values in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |