Author: mattmann
Date: Mon Apr 27 01:37:31 2015
New Revision: 1676185

URL: http://svn.apache.org/r1676185
Log:
Fix for NUTCH-2001 Sub Collection Field Name incorrect in nutch-default.xml 
contributed by Jeff Cocking <[email protected]>

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/conf/nutch-default.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1676185&r1=1676184&r2=1676185&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Apr 27 01:37:31 2015
@@ -2,6 +2,9 @@ Nutch Change Log
  
 Nutch Current Development 1.10-SNAPSHOT
 
+* NUTCH-2001 Sub Collection Field Name incorrect in nutch-default.xml 
+  (Jeff Cocking via mattmann)
+
 * NUTCH-1997 Add CBOR "magic header" to CommonCrawlDataDumper 
   output (Giuseppe Totaro, Luke Sh via mattmann)
 

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1676185&r1=1676184&r2=1676185&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Mon Apr 27 01:37:31 2015
@@ -1629,7 +1629,7 @@
 <!-- subcollection properties -->
 
 <property>
-  <name>subcollection.default.field</name>
+  <name>subcollection.default.fieldname</name>
   <value>subcollection</value>
   <description>
   The default field name for the subcollections.


Reply via email to