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

@@ -40,6 +40,8 @@ import org.apache.tika.parser.Parser;
* <b>subject:</b> -- cm:description
* <b>created:</b> -- cm:created
* <b>comments:</b>
* <p>geo:lat:</b> -- cm:latitude
* <p>geo:long:</b> -- cm:longitude
* </pre>
*
* @author Nick Burch