You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ray Gauss II (JIRA)" <ji...@apache.org> on 2012/05/16 22:39:08 UTC

[jira] [Created] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Ray Gauss II created TIKA-926:
---------------------------------

             Summary: Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
                 Key: TIKA-926
                 URL: https://issues.apache.org/jira/browse/TIKA-926
             Project: Tika
          Issue Type: Improvement
          Components: metadata
            Reporter: Ray Gauss II


The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277101#comment-13277101 ] 

Nick Burch commented on TIKA-926:
---------------------------------

Thanks, good spot! Patch applied in r1339351.
                
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>             Fix For: 1.2
>
>         Attachments: tika-metadata-set-core.diff
>
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Posted by "Ray Gauss II (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Gauss II updated TIKA-926:
------------------------------

    Affects Version/s: 1.1
    
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277250#comment-13277250 ] 

Nick Burch commented on TIKA-926:
---------------------------------

Thanks, applied in r1339418.
                
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>             Fix For: 1.2
>
>         Attachments: tika-add-by-property.diff, tika-metadata-set-core.diff
>
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Posted by "Ray Gauss II (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Gauss II updated TIKA-926:
------------------------------

    Attachment: tika-add-by-property.diff

Changes to allow for adding by Property and setting an array of values by Property.

Apply to tika-core.
                
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>             Fix For: 1.2
>
>         Attachments: tika-add-by-property.diff, tika-metadata-set-core.diff
>
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

Posted by "Ray Gauss II (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Gauss II updated TIKA-926:
------------------------------

    Attachment: tika-metadata-set-core.diff
    
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>         Attachments: tika-metadata-set-core.diff
>
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TIKA-926) Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)

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

Nick Burch resolved TIKA-926.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.2
    
> Data Typed Metadata.set(...) Value Methods Should Call Metadata.set(Property...)
> --------------------------------------------------------------------------------
>
>                 Key: TIKA-926
>                 URL: https://issues.apache.org/jira/browse/TIKA-926
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 1.1
>            Reporter: Ray Gauss II
>             Fix For: 1.2
>
>         Attachments: tika-metadata-set-core.diff
>
>
> The property value setter methods for int, double, and Date types should call the underlying set method with a Property key rather than String.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira