Add cm:geographic Aspect, which has cm:latitude and cm:longitude, and update the Tika auto parser to map to this (plus tests)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20925 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-07-02 14:57:58 +00:00
parent 2433636201
commit d2c1cc78e5
7 changed files with 78 additions and 6 deletions

View File

@@ -33,12 +33,11 @@ import org.apache.tika.parser.pdf.PDFParser;
* <b>title:</b> -- cm:title
* <b>subject:</b> -- cm:description
* <b>created:</b> -- cm:created
* <b>(custom metadata):</b> --
* </pre>
*
* Uses Apache Tika
*
* TODO - Update Tika to handle custom metadata
*
* @author Jesper Steen Møller
* @author Derek Hulley
*/