[
https://issues.apache.org/jira/browse/CONNECTORS-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Arslan updated CONNECTORS-910:
------------------------------------
Attachment: CONNECTORS-910.patch
Arguments to proxy.getFieldValues() for a sub-site document
{noformat}
metadataDescription : [ArticleByLine, ArticleStartDate, Audience, Author, ...]
encodePath(site) : /finans/ornekfinansoperasyon
documentLibID : {3434AB8D-5D1E-4987-A0C9-9FE30B00CDC0}
decodedDocumentPath : /finans/ornekfinansoperasyon/Sayfalar/AllNews.aspx
decodedDocumentPath.substring(cutoff+1) : Sayfalar/AllNews.aspx
dspStsWorks : false
metadataValues : {}
{noformat}
After the patch, arguments to proxy.getFieldValues() for a sub-site document
{noformat}
metadataDescription : [ArticleByLine, ArticleStartDate, Audience, Author, ...]
encodePath(site) : /finans/ornekfinansoperasyon
documentLibID : {3434AB8D-5D1E-4987-A0C9-9FE30B00CDC0}
decodedDocumentPath : /finans/ornekfinansoperasyon/Sayfalar/AllNews.aspx
decodedDocumentPath.substring(cutoff) : /Sayfalar/AllNews.aspx
dspStsWorks : false
metadataValues : {Editor=Sistem Hesabı, ID=4, ContentType=Sayfa}
{noformat}
> SharePoint connector does not fetch metadata values for sub-site libraries
> ---------------------------------------------------------------------------
>
> Key: CONNECTORS-910
> URL: https://issues.apache.org/jira/browse/CONNECTORS-910
> Project: ManifoldCF
> Issue Type: Bug
> Components: SharePoint connector
> Affects Versions: ManifoldCF 1.5.1
> Environment: Microsoft SharePoint 2010
> Reporter: Ahmet Arslan
> Assignee: Ahmet Arslan
> Labels: sharepoint
> Fix For: ManifoldCF 1.6
>
> Attachments: CONNECTORS-910.patch
>
>
> When a job is defined to crawl a 'document library' by "add site", no
> MetaData is sent to output connector. List of metadata fields can be selected
> during job definition but documents are indexed without metadata.
> For example
> {noformat}
> /site1/site2/Documents/*
> {noformat} does *not* respects selected MetaData. While
> {noformat}
> /Documents/*
> {noformat} respects selected MetaData.
--
This message was sent by Atlassian JIRA
(v6.2#6252)