|
From: <bi...@us...> - 2010-02-20 03:19:04
|
Revision: 2957
http://archive-access.svn.sourceforge.net/archive-access/?rev=2957&view=rev
Author: binzino
Date: 2010-02-20 03:18:57 +0000 (Sat, 20 Feb 2010)
Log Message:
-----------
WAX-73. Change fieldcache to false. Also added scoring-nutchwax to the plugin list even though we don't normally use it.
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 2010-02-12 20:54:15 UTC (rev 2956)
+++ trunk/archive-access/projects/nutchwax/archive/src/nutch/conf/nutch-site.xml 2010-02-20 03:18:57 UTC (rev 2957)
@@ -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|urlfilter-nutchwax</value>
+ <value>protocol-http|parse-(text|html|js|pdf)|index-nutchwax|query-(basic|nutchwax)|summary-basic|scoring-nutchwax|urlfilter-nutchwax</value>
</property>
<!--
@@ -182,7 +182,7 @@
<property>
<name>searcher.fieldcache</name>
- <value>true</value>
+ <value>false</value>
</property>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|