[
https://issues.apache.org/jira/browse/NUTCH-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614119#comment-14614119
]
Chris A. Mattmann commented on NUTCH-2052:
------------------------------------------
Builds are passing locally for me:
{noformat}
test:
[echo] Testing plugin: urlnormalizer-slash
[junit] WARNING: multiple versions of ant detected in path for junit
[junit]
jar:file:/usr/local/Cellar/ant/1.9.4/libexec/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and
jar:file:/Users/mattmann/tmp/nutch-trunk/build/test/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
[junit] Running
org.apache.nutch.net.urlnormalizer.regex.TestRegexURLNormalizer
[junit] Running
org.apache.nutch.net.urlnormalizer.slash.TestSlashURLNormalizer
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.648 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.675 sec
test:
BUILD SUCCESSFUL
Total time: 7 minutes 9 seconds
[chipotle:~/tmp/nutch-trunk] mattmann%
{noformat}
Once Jenkins confirms, I'll close this out.
> Enhance index-static to allow configurable delimiters
> -----------------------------------------------------
>
> Key: NUTCH-2052
> URL: https://issues.apache.org/jira/browse/NUTCH-2052
> Project: Nutch
> Issue Type: Improvement
> Components: indexer
> Affects Versions: 1.10
> Reporter: Peter Ciuffetti
> Assignee: Chris A. Mattmann
> Fix For: 1.11
>
>
> The index-static plugin has a set of fixed-value delimiters that control the
> parsing of the property index.static.
> comma is used to separate fields
> colon is used to separate field name from field value
> space is used to separate multiple values in the field
> This set of choices makes it impossible to have a fixed field value
> containing a space, comma or colon.
> The proposed enhancement is to allow configuration properties to override any
> of these defaults.
> index.static.fieldsep (default comma)
> index.static.keysep (default colon)
> index.static.valuesep (default space)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)