You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2012/02/14 13:05:15 UTC

svn commit: r1243890 - in /nutch/trunk: CHANGES.txt conf/nutch-default.xml

Author: jnioche
Date: Tue Feb 14 12:05:15 2012
New Revision: 1243890

URL: http://svn.apache.org/viewvc?rev=1243890&view=rev
Log:
NUTCH-1272 Wrong property name for index-static in nutch-default.xml (Daniel Baur via jnioche)

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=1243890&r1=1243889&r2=1243890&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Tue Feb 14 12:05:15 2012
@@ -1,5 +1,7 @@
 Nutch Change Log
 
+* NUTCH-1272 Wrong property name for index-static in nutch-default.xml (Daniel Baur via jnioche)
+
 * NUTCH-1259 Store detected content-type in crawldatum metadata (jnioche, markus)
 
 * NUTCH-1266 Subcollection to optionally write to configured fields (markus)

Modified: nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1243890&r1=1243889&r2=1243890&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Tue Feb 14 12:05:15 2012
@@ -1169,7 +1169,7 @@
 <!-- index-static plugin properties -->
 
 <property>
-  <name>index-static</name>
+  <name>index.static</name>
   <value></value>
   <description>
   A simple plugin called at indexing that adds fields with static data.