You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2006/01/19 21:58:58 UTC

svn commit: r370632 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: cutting
Date: Thu Jan 19 12:58:54 2006
New Revision: 370632

URL: http://svn.apache.org/viewcvs?rev=370632&view=rev
Log:
Switch default to protocol-http, since it seems more reliable than protocol-httpclient.

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=370632&r1=370631&r2=370632&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Thu Jan 19 12:58:54 2006
@@ -733,7 +733,7 @@
 
 <property>
   <name>plugin.includes</name>
-  <value>protocol-httpclient|urlfilter-regex|parse-(text|html|js)|index-basic|query-(basic|site|url)</value>
+  <value>protocol-http|urlfilter-regex|parse-(text|html|js)|index-basic|query-(basic|site|url)</value>
   <description>Regular expression naming plugin directory names to
   include.  Any plugin not matching this expression is excluded.
   In any case you need at least include the nutch-extensionpoints plugin. By