[
https://issues.apache.org/jira/browse/TIKA-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15523845#comment-15523845
]
Tim Allison commented on TIKA-1974:
-----------------------------------
I'm starting to work on this a bit. For metadata items that map directly to
Dublin Core, do we want to have copies of them in TikaCoreProperties, e.g.:
{noformat}
/**
* @see DublinCore#FORMAT
*/
public static final Property FORMAT = DublinCore.FORMAT;
/**
* @see DublinCore#IDENTIFIER
*/
public static final Property IDENTIFIER = DublinCore.IDENTIFIER;
{noformat}
Or, should we delete these in TikaCoreProperties and just use DC?
> Tika 2.0 - remove deprecated metadata properties
> ------------------------------------------------
>
> Key: TIKA-1974
> URL: https://issues.apache.org/jira/browse/TIKA-1974
> Project: Tika
> Issue Type: Sub-task
> Reporter: Tim Allison
>
> We have quite a few metadata properties that are deprecated. We should
> remove them for 2.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)