Piergiorgio Lucidi created CONNECTORS-950:
---------------------------------------------
Summary: CMIS Connector should ingest only the properties
specified in the select clause
Key: CONNECTORS-950
URL: https://issues.apache.org/jira/browse/CONNECTORS-950
Project: ManifoldCF
Issue Type: Improvement
Components: CMIS connector
Affects Versions: ManifoldCF 1.6.1
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
Fix For: ManifoldCF next
Actually when we try to ingest contents using the following query:
{code}
select cmis:objectId, cmis:name from cmis:document
{code}
ManifoldCF will create indexes for all the contents including all the metadata
without considering what we have specified in the select clause.
Probably a better behavior should be based on considering only the properties
specified in the select clause.
--
This message was sent by Atlassian JIRA
(v6.2#6252)