[
https://issues.apache.org/jira/browse/CONNECTORS-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142028#comment-15142028
]
Karl Wright commented on CONNECTORS-1276:
-----------------------------------------
[~AndreyL], we will need to do some debugging to figure out where exactly the
information is getting lost. For a start, I'd recommend turning on
httpcomponents wire debugging in logging.ini so that we can see the XML going
back and forth:
{code}
log4j.logger.org.apache.http=DEBUG
log4j.logger.org.apache.http.wire=DEBUG
{code}
This should dump enough information to the log so I can see whether the
attributes are missing or empty in the response from SharePoint. If they are,
there's not a lot we can do about it, other than confirm we are in fact
properly requesting them to be returned.
> SharePoint connector: "Created by" and "Content type" fields are blank
> ----------------------------------------------------------------------
>
> Key: CONNECTORS-1276
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1276
> Project: ManifoldCF
> Issue Type: Bug
> Components: SharePoint connector
> Affects Versions: ManifoldCF 2.3
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.4
>
>
> The "Created By" and "Content Type" fields are unexpectedly blank for
> documents crawled with the SharePoint connector against at least one
> SharePoint 2013 instance.
> {code}
> {
> "took": 4,
> "timed_out": false,
> "_shards": {
> "total": 6,
> "successful": 6,
> "failed": 0
> },
> "hits": {
> "total": 1,
> "max_score": 0.15342641,
> "hits": [
> {
> "_index": "index",
> "_type": "sharepoint",
> "_id": "http://sample.net/Lists/mylist/DispForm.aspx?ID=1",
> "_score": 0.15342641,
> "_source": {
> "Modified": "2016-02-09 12:35:56", // <--- Wrong type, should be
> Date
> "App Created By": "",
> "GUID": "{D233EA70-CFA7-42DD-8243-AG5BDA3D475B}",
> "Title": "lorem ipsum bacon",
> "Edit": "",
> "App Modified By": "",
> "Attachments": "0",
> "Item Child Count": "",
> "Created": "2016-02-09 12:35:56",
> "Modified By": "",
> "Folder Child Count": "",
> "Type": "",
> "Version": "",
> "Content Type": "", // <-- Missing
> "Created By": "", // <- Missing
> "ID": "1",
> "allow_token_document": "AD+Authority+Group:",
> "deny_token_document": "AD+Authority+Group:DEAD_AUTHORITY",
> "allow_token_share": "__nosecurity__",
> "deny_token_share": "__nosecurity__",
> "allow_token_parent": "__nosecurity__",
> "deny_token_parent": "__nosecurity__",
> "contentfield": ""
> }
> }
> ]
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)