You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "David Morana (JIRA)" <ji...@apache.org> on 2012/11/29 20:44:57 UTC

[jira] [Created] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

David Morana created CONNECTORS-573:
---------------------------------------

             Summary: Can we improve the LivelinkConnector to return the document name in Livelink?
                 Key: CONNECTORS-573
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
             Project: ManifoldCF
          Issue Type: Improvement
          Components: LiveLink connector
    Affects Versions: ManifoldCF 1.0.1, ManifoldCF 1.0, ManifoldCF 0.6, ManifoldCF 0.5.1
         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
            Reporter: David Morana
             Fix For: ManifoldCF next, ManifoldCF 0.5.1


I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
Can you verify this? Or am I missing something?
I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
 

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507335#comment-13507335 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

If you were truly running on 0.5.1, you are quite far behind and therefore a patch would be dicey.  I would certainly upgrade at this point.  You could either download 1.0.1 and patch it, or if you are particularly optimistic, just try running trunk.  To do that just check out trunk, and build it according to the instructions in the "how to build and deploy" page online.


                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "David Morana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506787#comment-13506787 ] 

David Morana commented on CONNECTORS-573:
-----------------------------------------

I tried the path metadata and it will work in most cases but if there is a slash in the filename it won't work correctly. I don't think there's a regex to distinguish between folder slashes and a slash in a filename, is there? For example, if we have this path in livelink Enterprise/folder1/RR/Suri/text, the file name is actually Suri/text but the path metadata just returns text as the filename. 
Is there an easy work around for this? I have at least 6000 documents in livelink with slashes in the document name, since slashes are currently allowed.
                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>              Labels: patch
>             Fix For: ManifoldCF 0.5.1, ManifoldCF next
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "David Morana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507362#comment-13507362 ] 

David Morana commented on CONNECTORS-573:
-----------------------------------------

Ok, I downloaded the trunk and built it. 
Can I just hook it up to the existing database? Or do I have to create a new one?
                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506875#comment-13506875 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

Since the feature almost works for you except for the choice of separator, it seems to me that a reasonable fix would be to allow the user to provide a separator string, with the current default of "/".  This could be added to trunk with a minimum of effort and I think it would solve your problem.  Any thoughts?

                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>              Labels: patch
>             Fix For: ManifoldCF 0.5.1, ManifoldCF next
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Assigned] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-573:
--------------------------------------

    Assignee: Karl Wright
    
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507364#comment-13507364 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

Hook into the existing one.  Upgrade (if needed) is automatic.  However I don't think there is any schema differences.

                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "David Morana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507332#comment-13507332 ] 

David Morana commented on CONNECTORS-573:
-----------------------------------------

Wow, that was fast. Thanks, 
I assume I have to upgrade to v1.0.1 or is it a patch for any version?
Thanks again,

                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Updated] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-573:
-----------------------------------

    Fix Version/s:     (was: ManifoldCF 0.5.1)
                       (was: ManifoldCF next)
                   ManifoldCF 1.1
    
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507427#comment-13507427 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

You can download the current set of deps from:

http://people.apache.org/~kwright/apache-manifoldcf-1.1-dev/

There's a lib package in there.


                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506929#comment-13506929 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

r1415453

                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Resolved] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-573.
------------------------------------

    Resolution: Fixed
    
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "David Morana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506887#comment-13506887 ] 

David Morana commented on CONNECTORS-573:
-----------------------------------------

You mean we could tell Manifoldcf to use say, a double pipe || as the folder separator so then the folder path in my example would be Enterprise||folder1||RR||Suri/text and then we could apply the regex (I'm guessing it's) "||(.*)" and then that would give us the correct file name?
If that's correct then yes that sounds great!
                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>              Labels: patch
>             Fix For: ManifoldCF 0.5.1, ManifoldCF next
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "David Morana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507425#comment-13507425 ] 

David Morana commented on CONNECTORS-573:
-----------------------------------------

Great! 
I can't get ant to work. I put the proxy in but I keep getting 403 forbidden. I can hit the maven repo1 from the browser but not the command prompt. Am I forgetting something? (i tried ant_opts and ant_args and changing the proxy in the java console)
If I can get the deps from work, I'll have to build this at home tonight.
                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>            Assignee: Karl Wright
>              Labels: patch
>             Fix For: ManifoldCF 1.1
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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

[jira] [Commented] (CONNECTORS-573) Can we improve the LivelinkConnector to return the document name in Livelink?

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506728#comment-13506728 ] 

Karl Wright commented on CONNECTORS-573:
----------------------------------------

There is a "path metadata" attribute, if I recall correctly, which maps the path and filename to an attribute, using a regular expression.  This should do approximately what you want - please check it out.

                
> Can we improve the LivelinkConnector to return the document name in Livelink?
> -----------------------------------------------------------------------------
>
>                 Key: CONNECTORS-573
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-573
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 0.5.1, ManifoldCF 0.6, ManifoldCF 1.0, ManifoldCF 1.0.1
>         Environment: I'm running ManifoldCF v.5.1. with Solr 4.0 and OpenText v10.5
>            Reporter: David Morana
>              Labels: patch
>             Fix For: ManifoldCF 0.5.1, ManifoldCF next
>
>
> I noticed that when I crawl Livelink; Solr gets the extended metadata from livelink (cats and atts) and the metadata from the document itself. 
> It doesn't appear to grab the *general* metadata from livelink (i.e. the Livelink document name; which is what I desperately need).
> Can you verify this? Or am I missing something?
> I also examined the LivelinkConnector.java file in github and I think a patch can be inserted around line 1055 to 1068 where you perform a LAPI call to GetObjectInfo to retrieve the file name and add it into the category attribute data returned.
>  

--
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