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

Karl Wright commented on CONNECTORS-1449:
-----------------------------------------

The MCPermissions plugin at present furnishes two services: one to get 
permissions for users, and the other to list documents without restrictions 
imposed by SharePoint.  I would propose (if either the dspsts, webs, or 
versions services do not handle this themselves) that we either add a new 
MCPermissions service that wraps whatever is currently used to obtain document 
metadata with one that also adds the "NoCrawl" flag to the result, OR we put it 
in the existing Lists service wrapper we currently have.

Note that the problem isn't going to be adequately addressed unless we can get 
this information on a per-document basis, somehow.  We need to be able to tell 
the framework to delete the document when the connector looks at it.  Doing 
this in a transformation connector won't work for that very same reason: the 
document won't be sent to the transformer unless it's noticed to have been 
changed in some way.  So the repository connector really has to handle this.


> Add support for respecting the NoCrawl flag in Sharepoint
> ---------------------------------------------------------
>
>                 Key: CONNECTORS-1449
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1449
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: SharePoint connector
>            Reporter: Markus Schuch
>            Assignee: Markus Schuch
>            Priority: Major
>             Fix For: ManifoldCF next
>
>
> There is a flag {{NoCrawl}} in sharepoint that indicates whether an object 
> should be crawled or not:
> Lists
> https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.splist.nocrawl.aspx
> Web
> https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spweb.nocrawl.aspx
> Field
> https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spfield.nocrawl.aspx
> Wouldn't it be nice to respect that flag?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to