You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2017/08/31 12:23:01 UTC

[jira] [Commented] (NUTCH-2411) Index-metadata to support indexing multiple values for a field

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

Markus Jelsma commented on NUTCH-2411:
--------------------------------------

Added param to explicitly list the fields that are supposed to be split by the separator.

> Index-metadata to support indexing multiple values for a field 
> ---------------------------------------------------------------
>
>                 Key: NUTCH-2411
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2411
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.13
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.14
>
>         Attachments: NUTCH-2411-1.13.patch, NUTCH-2411-1.13.patch, NUTCH-2411.patch
>
>
> {code}
> <property>
>   <name>index.metadata.separator</name>
>   <value></value>
>   <description>
>    Separator to use if you want to index multiple values for a given field. Leave empty to
>    treat each value as a single value.
>   </description>
> </property>
> <property>
>   <name>index.metadata.multivalued.fields</name>
>   <value></value>
>   <description>
>     Comma separated list of fields that are multi valued.
>   </description>
> </property>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)