[ 
https://issues.apache.org/jira/browse/NUTCH-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981280#action_12981280
 ] 

Claudio Martella commented on NUTCH-940:
----------------------------------------

About the multiple values, i split on commas and on colons, so values can 
already have multiple tokens with spaces. They will not be divided in the map, 
but does it make a difference at indexing time?

i.e. this is reasonable:

field1:value1.1 value1.2 value1.3,field2:value2.1 value2.2 ...

> static field plugin
> -------------------
>
>                 Key: NUTCH-940
>                 URL: https://issues.apache.org/jira/browse/NUTCH-940
>             Project: Nutch
>          Issue Type: New Feature
>          Components: indexer
>    Affects Versions: 1.3, 2.0
>            Reporter: Claudio Martella
>            Priority: Minor
>         Attachments: index-static.diff, static-field.diff, static-field.tar.gz
>
>
> A simple plugin called at indexing that adds fields with static data. You can 
> specify a list of <fieldname>:<fieldcontent> per nutch job.
> It can be useful when collections can't be created by urlpatterns, like in 
> subcollection, but on a job-basis.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to