You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Piergiorgio Lucidi (JIRA)" <ji...@apache.org> on 2014/06/05 11:24:02 UTC

[jira] [Created] (CONNECTORS-950) CMIS Connector should ingest only the properties specified in the select clause

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)