David Morana created CONNECTORS-769:
---------------------------------------

             Summary: 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
             Fix For: ManifoldCF 1.3


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

Reply via email to