Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-3564

Remove duplicate "subject" tags

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • None
    • None

    Description

      In 2.x, we tried to remove duplicate/triplicate metadata keys. It looks like we left subject duplicated:

         Property SUBJECT = Property.composite(Property.externalText(
                  PREFIX + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "subject"),
                  new Property[]{DublinCore.SUBJECT,});
      

      We should migrate this to a simple DublinCore.SUBJECT property.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tallison Tim Allison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: