[
https://issues.apache.org/jira/browse/CONNECTORS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821823#comment-16821823
]
Karl Wright commented on CONNECTORS-1449:
-----------------------------------------
Well, this is the method you are overriding, and its signature looks different
from the one you propose:
{code}
GetListItemsResponseGetListItemsResult items = stub1.getListItems(docLibrary,
"", q, viewFields, "1", buildNonPagingQueryOptions(), null);
{code}
docLibrary is the document library GUID, q is a GetListItemsQuery, viewFields
is a GetListItemsViewFields which describes which fields to return, and the
next argument is the listing options, and I don't know what the last argument
is.
> 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)