You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2013/09/04 15:27:52 UTC

[jira] [Assigned] (CONNECTORS-769) Can we add the PARENTID to the Livelink Connector output?

     [ https://issues.apache.org/jira/browse/CONNECTORS-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-769:
--------------------------------------

    Assignee: Karl Wright
    
> Can we add the PARENTID to the Livelink Connector output?
> ---------------------------------------------------------
>
>                 Key: CONNECTORS-769
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-769
>             Project: ManifoldCF
>          Issue Type: Improvement
>    Affects Versions: ManifoldCF 1.3, ManifoldCF next
>         Environment: I'm currently using ManifoldCF v1.3 dev on tomcat 7 with solr 4.0 final
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: enhancement, patch
>             Fix For: ManifoldCF 1.3
>
>         Attachments: CONNECTORS-769.patch
>
>
> Currently the Livelink connector produces many pieces of meta data all prefaced with the "general_" label [see Connectors-578|https://issues.apache.org/jira/browse/CONNECTORS-578]
> I just need one more field, which is the PARENTID of the document. 
> This will provide the object id of the parent folder.
> This will give us the option to drill down into the folder structure instead of using the direct download link.
> We can call it general_parentid.
> Here's the additional code to add to LivelinkConnector.java in the general metadata section.
> {code}
> String parentID = elem.toString("PARENTID");
> {code}
> And if it's not too much trouble, could I get this as a patch?
> Thank you,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira