From: <bi...@us...> - 2008-12-11 22:21:49
|
Revision: 2659 http://archive-access.svn.sourceforge.net/archive-access/?rev=2659&view=rev Author: binzino Date: 2008-12-11 22:21:44 +0000 (Thu, 11 Dec 2008) Log Message: ----------- Added proprty for per-collection segments. 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-10 05:02:19 UTC (rev 2658) +++ trunk/archive-access/projects/nutchwax/archive/conf/nutch-site.xml 2008-12-11 22:21:44 UTC (rev 2659) @@ -134,4 +134,14 @@ <value>1048576</value> </property> +<!-- Enable per-collection segment sub-dirs, e.g. + segments/<collectionId>/segment1 + /segment2 + ... + --> +<property> + <name>nutchwax.FetchedSegments.perCollection</name> + <value>true</value> +</property> + </configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |