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 2015/09/04 11:26:45 UTC

[jira] [Commented] (CONNECTORS-1235) Indexing all properties fetched with the cmis query

    [ https://issues.apache.org/jira/browse/CONNECTORS-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730556#comment-14730556 ] 

Piergiorgio Lucidi commented on CONNECTORS-1235:
------------------------------------------------

Applying the patch on the trunk I don't see any problem, I'm just finishing to execute some debugging activities.
In the meanwhile I noticed that Christian has added a new dependency to the connector named Joda-Time:

https://github.com/JodaOrg/joda-time

Taking a look at the code it seems that this library is released under Apache License 2.0, can we include this dependency in our code?

> Indexing all properties fetched with the cmis query
> ---------------------------------------------------
>
>                 Key: CONNECTORS-1235
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1235
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: CMIS connector
>    Affects Versions: ManifoldCF 2.2
>         Environment: Manifoldcd - CMIS connector - Alfresco 4.2.4, Alfresco 5
>            Reporter: Christian Tiralosi
>            Assignee: Piergiorgio Lucidi
>             Fix For: ManifoldCF 2.3
>
>         Attachments: manifoldcf.zip
>
>
> When the CMIS connector fire the query set in the CMIS Query field of the Job, all properties are retrieved but only the 'cmis:objectId' is indexed.
> The connector need to take into account the following type of queries:
> - select * from type
> - select field1, field2 from type
> - select A.field1, B.field2 from typeA as A join typeB as B on A.cmis:objectId = B.cmis:objectId
> We modified CmisRepositoryConnector.java and CmisRepositoryConnectorUtils.java in order to manage all three cases.
> By using the AtomPub url for CMIS 1.1 '/alfresco/api/cmis/versions/1.1/atom' in repository connection for CMIS we are able to retrieve also the aspect properties.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)