You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Luca Cavanna (JIRA)" <ji...@apache.org> on 2012/08/31 15:51:07 UTC

[jira] [Created] (NUTCH-1464) index-static plugin doesn't allow the colon within the field value

Luca Cavanna created NUTCH-1464:
-----------------------------------

             Summary: index-static plugin doesn't allow the colon within the field value
                 Key: NUTCH-1464
                 URL: https://issues.apache.org/jira/browse/NUTCH-1464
             Project: Nutch
          Issue Type: Bug
          Components: indexer
    Affects Versions: 1.5
            Reporter: Luca Cavanna
            Priority: Minor


If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length everything is fine, otherwise nothing happens, the static field is not set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1464) index-static plugin doesn't allow the colon within the field value

Posted by "Luca Cavanna (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Cavanna updated NUTCH-1464:
--------------------------------

    Attachment: NUTCH-1464.patch

I do have a patch, but it's against 1.5 branch. Anyway it's really tiny and hopefully easy to integrate.
                
> index-static plugin doesn't allow the colon within the field value
> ------------------------------------------------------------------
>
>                 Key: NUTCH-1464
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1464
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5
>            Reporter: Luca Cavanna
>            Priority: Minor
>         Attachments: NUTCH-1464.patch
>
>
> If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length 2 everything is fine, otherwise nothing happens, the static field is not set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1464) index-static plugin doesn't allow the colon within the field value

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445937#comment-13445937 ] 

Lewis John McGibbney commented on NUTCH-1464:
---------------------------------------------

Nice catch Luca. Do you have a patch for trunk?
                
> index-static plugin doesn't allow the colon within the field value
> ------------------------------------------------------------------
>
>                 Key: NUTCH-1464
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1464
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5
>            Reporter: Luca Cavanna
>            Priority: Minor
>
> If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length 2 everything is fine, otherwise nothing happens, the static field is not set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1464) index-static plugin doesn't allow the colon within the field value

Posted by "Luca Cavanna (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Cavanna updated NUTCH-1464:
--------------------------------

    Description: If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length 2 everything is fine, otherwise nothing happens, the static field is not set.  (was: If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length everything is fine, otherwise nothing happens, the static field is not set.)
    
> index-static plugin doesn't allow the colon within the field value
> ------------------------------------------------------------------
>
>                 Key: NUTCH-1464
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1464
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.5
>            Reporter: Luca Cavanna
>            Priority: Minor
>
> If I want to configure a static field with a value containing a colon, the index-static plugin does nothing. There's a string split based on the colon character and if the result is an array of length 2 everything is fine, otherwise nothing happens, the static field is not set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira