You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2021/10/04 19:51:00 UTC

[jira] [Resolved] (TIKA-3564) Remove duplicate "subject" tags

     [ https://issues.apache.org/jira/browse/TIKA-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison resolved TIKA-3564.
-------------------------------
    Fix Version/s: 2.1.1
       Resolution: Fixed

> Remove duplicate "subject" tags
> -------------------------------
>
>                 Key: TIKA-3564
>                 URL: https://issues.apache.org/jira/browse/TIKA-3564
>             Project: Tika
>          Issue Type: Task
>    Affects Versions: 2.1.0
>            Reporter: Tim Allison
>            Priority: Trivial
>             Fix For: 2.1.1
>
>
> In 2.x, we tried to remove duplicate/triplicate metadata keys.  It looks like we left subject duplicated:
> {noformat}
>    Property SUBJECT = Property.composite(Property.externalText(
>             PREFIX + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "subject"),
>             new Property[]{DublinCore.SUBJECT,});
> {noformat}
> We should migrate this to a simple DublinCore.SUBJECT property.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)