Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-769

Can we add the PARENTID to the Livelink Connector output?

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 1.3, ManifoldCF next
    • ManifoldCF 1.3
    • None
    • I'm currently using ManifoldCF v1.3 dev on tomcat 7 with solr 4.0 final

    Description

      Currently the Livelink connector produces many pieces of meta data all prefaced with the "general_" label see 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.

      String parentID = elem.toString("PARENTID");
      

      And if it's not too much trouble, could I get this as a patch?
      Thank you,

      Attachments

        1. CONNECTORS-769.patch
          2 kB
          Karl Wright

        Activity

          People

            kwright@metacarta.com Karl Wright
            dmorana David Morana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: