From: <bi...@us...> - 2009-10-28 21:55:33
|
Revision: 2862 http://archive-access.svn.sourceforge.net/archive-access/?rev=2862&view=rev Author: binzino Date: 2009-10-28 21:55:11 +0000 (Wed, 28 Oct 2009) Log Message: ----------- Removed NutchWAX scoring filter since we now recommend to do the scoring/boosting after the index is built. 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 2009-10-28 21:49:56 UTC (rev 2861) +++ trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml 2009-10-28 21:55:11 UTC (rev 2862) @@ -10,7 +10,7 @@ <!-- Add 'index-nutchwax' and 'query-nutchwax' to plugin list. --> <!-- Also, add 'parse-pdf' --> <!-- Remove 'urlfilter-regex' and 'normalizer-(pass|regex|basic)' --> - <value>protocol-http|parse-(text|html|js|pdf)|index-nutchwax|query-(basic|nutchwax)|summary-basic|scoring-nutchwax|urlfilter-nutchwax</value> + <value>protocol-http|parse-(text|html|js|pdf)|index-nutchwax|query-(basic|nutchwax)|summary-basic|urlfilter-nutchwax</value> </property> <!-- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |