Document components

2014-11-21 Thread Markus Schuch
Hi, is there any example implementation of the new document component feature invented with CONNECTORS-989? I read the section Document components in [0] but i still do not know how to actually write a repository connector that ingests multiple documents originating from a single document of a

Re: Document components

2014-11-21 Thread Karl Wright
Hi Markus, Your example looks correct. I suspect there may be a bug. I'll open a ticket. CONNECTORS-1110. Karl On Fri, Nov 21, 2014 at 7:59 AM, Markus Schuch markus_sch...@web.de wrote: Hi, is there any example implementation of the new document component feature invented with

Re: Document components

2014-11-21 Thread Markus Schuch
Hi Karl,   as i already documented in CONNECTORS-1110, the provided patch solved the problem.   Another question about an implementation detail when using components: Is it admissible to mix calls of ingestDocumentWithException(...) with and without the component identifier argument? E.g. call

Re: Document components

2014-11-21 Thread Karl Wright
Hi Markus, You can mix and match, yes. The non-component version of the method is equivalent to using a component ID of null. I've created CONNECTORS- for the cleanup issue. Thanks, Karl On Fri, Nov 21, 2014 at 9:20 AM, Markus Schuch markus_sch...@web.de wrote: Hi Karl, as i already

Multiple Data Sources + Job's Access Token Query

2014-11-21 Thread Alejandro Calbazana
Hello, Quick question... Is it possible to associate my job's access token query with a different data source? I have data sitting in two data sources. My data is in one data source, with a different jdbc connection and my ACL info is in another. Thanks, Alejandro

Re: Multiple Data Sources + Job's Access Token Query

2014-11-21 Thread Karl Wright
Hi Alejandro, There is no reason why that would not work. Karl On Fri, Nov 21, 2014 at 11:10 AM, Alejandro Calbazana acalbaz...@gmail.com wrote: Hello, Quick question... Is it possible to associate my job's access token query with a different data source? I have data sitting in two data

Filesystem + Security

2014-11-21 Thread Alejandro Calbazana
Hello, I'd like to throw a use case out there and see if its possible to do this with manifold. I want to process documents that are on the filesystem so that I can strip their content, associate access tokens to them, and index them into Solr. I see how some of this can be done with the tika