Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.1.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.