Skip to content

Commit

Permalink
Add in properties for index-static ommitted from NUTCH-2052 contribut…
Browse files Browse the repository at this point in the history
…ed by Peter Ciuffetti.

git-svn-id: https://svn.apache.org/repos/asf/nutch/trunk@1689210 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
chrismattmann committed Jul 5, 2015
1 parent 6fe59f8 commit 82d11a6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conf/nutch-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,34 @@ CAUTION: Set the parser.timeout to -1 or a bigger value than 30, when using this
</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>
Expand Down

0 comments on commit 82d11a6

Please sign in to comment.