mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Convert some more metadata extractors to using Tika, and enable the use of the Tika auto-detection parser on any documents without an explicitly defined extractor. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20667 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
19 lines
475 B
Properties
19 lines
475 B
Properties
#
|
|
# TikaAutoMetadataExtracter - default mapping
|
|
#
|
|
# This is used to map from the Tika and standard namespaces
|
|
# onto your content model. This will be used for any
|
|
# content for which an explicit extractor isn't defined,
|
|
# by using Tika's auto-selection facilities.
|
|
#
|
|
# author: Nick Burch
|
|
|
|
# Namespaces
|
|
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0
|
|
|
|
# Mappings
|
|
author=cm:author
|
|
title=cm:title
|
|
description=cm:description
|
|
created=cm:created
|