Author: mattmann
Date: Sun Jul  5 02:54:51 2015
New Revision: 1689210

URL: http://svn.apache.org/r1689210
Log:
Add in properties for index-static ommitted from NUTCH-2052 contributed by 
Peter Ciuffetti.

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

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1689210&r1=1689209&r2=1689210&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Sun Jul  5 02:54:51 2015
@@ -1414,6 +1414,34 @@ CAUTION: Set the parser.timeout to -1 or
   </description>
 </property>
 
+<property>
+  <name>index.static.fieldsep</name>
+  <value>,</value>
+  <description>
+  Used by plugin index-static to parse the property index.static.  Default: 
comma.
+  This delimiter is used to separate individual field specifications in the 
property.
+  </description>
+</property>
+
+<property>
+  <name>index.static.keysep</name>
+  <value>:</value>
+  <description>
+  Used by plugin index-static to parse the property index.static.  Default: 
colon.
+  This delimiter is used to separate the field name from the field value in 
the field specification.
+  </description>
+</property>
+
+<property>
+  <name>index.static.valuesep</name>
+  <value> </value>
+  <description>
+  Used by plugin index-static to parse the property index.static.  Default: 
space.
+  This delimiter is used to separate multiple field values in the value 
setting of the field specification.
+  </description>
+</property>
+
+
 <!-- index-metadata plugin properties -->
 
 <property>


Reply via email to