[
https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815644#comment-16815644
]
Drai commented on CONNECTORS-1449:
----------------------------------
Karl,
Enabled connector log and I could not see this flag as well in log.
But, rest api returns this flag as True/False based on Sharepoint library
advance settings.
Rest API Url:
http://<sp_host>:<port>/sites/<site_path>/_api/web/lists/getbytitle('LibraryTitle')
API Response contains:
<d:NoCrawl m:type="Edm.Boolean">true</d:NoCrawl>
Not sure why SOAP response does not contain this flag.
Is it possible to call rest API to get this flag and not crawl those
library/list items?
Thanks
> 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)