Github user chrismattmann commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/44#discussion_r33891664
  
    --- Diff: conf/nutch-default.xml ---
    @@ -1473,6 +1473,86 @@ CAUTION: Set the parser.timeout to -1 or a bigger 
value than 30, when using this
       </description>
     </property>
     
    +<property>
    +  <name>index.replace.regexp</name>
    +  <value/>
    +  <description>Allows indexing-time regexp replace manipulation of 
metadata fields.
    +    The format of the property is a list of regexp replacements, one line 
per field being
    +    modified.
    +    
    +    Example:
    +        fldname1=/regexp/replacement/flags
    +        fldname2=/regexp/replacement/flags
    +    
    +    Field names would be one of those from 
https://wiki.apache.org/nutch/IndexStructure.
    --- End diff --
    
    From here on out, this would be better placed in a page on the Nutch wiki.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to