You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/02/08 22:26:11 UTC

svn commit: r376074 - /lucene/hadoop/trunk/conf/hadoop-default.xml

Author: cutting
Date: Wed Feb  8 13:26:09 2006
New Revision: 376074

URL: http://svn.apache.org/viewcvs?rev=376074&view=rev
Log:
Removed properties mistakenly copied from Nutch.

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

Modified: lucene/hadoop/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/conf/hadoop-default.xml?rev=376074&r1=376073&r2=376074&view=diff
==============================================================================
--- lucene/hadoop/trunk/conf/hadoop-default.xml (original)
+++ lucene/hadoop/trunk/conf/hadoop-default.xml Wed Feb  8 13:26:09 2006
@@ -7,28 +7,6 @@
 
 <configuration>
 
-<!-- file properties -->
-
-<property>
-  <name>file.content.limit</name>
-  <value>65536</value>
-  <description>The length limit for downloaded content, in bytes.
-  If this value is larger than zero, content longer than it will be
-  truncated; otherwise (zero or negative), no truncation at all.
-  </description>
-</property>
-
-<property>
-  <name>file.content.ignored</name>
-  <value>true</value>
-  <description>If true, no file content will be saved during fetch.
-  And it is probably what we want to set most of time, since file:// URLs
-  are meant to be local and we can always use them directly at parsing
-  and indexing stages. Otherwise file contents will be saved.
-  !! NO IMPLEMENTED YET !!
-  </description>
-</property>
-
 <!-- i/o properties -->
 
 <property>