[ 
https://issues.apache.org/jira/browse/CONNECTORS-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piergiorgio Lucidi updated CONNECTORS-221:
------------------------------------------

    Attachment: CONNECTORS-221-branch-java-patch.txt

This patch contains:
- some bugfixes for the CMIS connector configuration in the crawler web app: 
now all the parameters are stored in the correct way in ManifoldCF.

- improvement of the HTML for the CMIS repository connector setup form.

- new feature added: now it is possible to fetch ACL also, configuring a 
parameter in the job configuration form (tab CMIS Query-> ACL Fetch).

In this way ACL informations can be indexed to perform searches against this 
type of info.

ACL metadata is indexed using a cmis:permission multivalue property as the 
following example:
              cmis:permission='johndoe,cmis:write'
              cmis:permission='guest,cmis:read'
              cmis:permission='admin,cmis:all'

On an Apache Solr server you can configure the a new permissions field for 
permissions in the schema.xml in the following way:

<field name="permissions" type="string" indexed="true" stored="true" 
multiValued="true"/>
              
Then inside the job configuration form you can set the following field mapping:

cmis:permission -> permissions

I'll attach more screenshots to show all these new improvements.

> A CMIS connector would be helpful
> ---------------------------------
>
>                 Key: CONNECTORS-221
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-221
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: CMIS connector
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>         Attachments: CONNECTORS-221-DEPENDENCIES.txt, 
> CONNECTORS-221-Java.txt, CONNECTORS-221-branch-java-patch.txt, 
> CONNECTORS-221-build-example-patch.txt, CONNECTORS-221.txt, 
> CONNECTORS-221.zip, screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, 
> screenshot-4.jpg
>
>
> Several people have asked if ManifoldCF supports CMIS.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to