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

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

It depends on why you want to avoid crawling something.  If it's to prevent 
fetching it then you can't do it at the transformer level.

But the right solution is to look for it in the SOAP response.

There is another solution, which is to modify the ManifoldCF SharePoint plugin 
for SharePoint 2013 to return it from the modified Lists service.  That would 
involve C# code changes, but would definitely allow us access to the flag in 
the connector.  The code is checked in under 
https://svn.apache.org/repos/asf/manifoldcf/integration/sharepoint-2013/trunk . 
 Have a look.



> 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