Re: Manifoldfc transformation

2016-08-30 Thread Furkan KAMACI
Hi Aurelien,

You can find information about subscribing to ManifoldCF mail list(s) at
here: https://manifoldcf.apache.org/en_US/mail.html

Kind Regards,
Furkan KAMACI

On Tue, Aug 30, 2016 at 4:30 PM, Karl Wright  wrote:

> Hi Aurelien,
>
> First of all, you need to subscribe to this list, because all your mail to
> it needs to be moderated if you don't.
>
> To answer your question, yes, you would want to use "addPipelineStage" to
> add a transformation connection to the pipeline for a job.
>
> Karl
>
>
> On Tue, Aug 30, 2016 at 9:27 AM, Aurelien Arena 
> wrote:
>
> > Hi!
> >
> > don t know where to get the help from. I would like to write a unit test
> > like in
> >
> > https://github.com/apache/manifoldcf/blob/trunk/
> > connectors/rss/connector/src/test/java/org/apache/
> > manifoldcf/crawler/connectors/rss/tests/RSSSimpleCrawlTester.java
> >
> > and I am wondering how to add the line that add a transformation (is it
> > addPipelineStage ?)
> >
> > Thanks a lot,
> >
> > Aurelien
> >
>


Re: Manifoldfc transformation

2016-08-30 Thread Karl Wright
Hi Aurelien,

First of all, you need to subscribe to this list, because all your mail to
it needs to be moderated if you don't.

To answer your question, yes, you would want to use "addPipelineStage" to
add a transformation connection to the pipeline for a job.

Karl


On Tue, Aug 30, 2016 at 9:27 AM, Aurelien Arena 
wrote:

> Hi!
>
> don t know where to get the help from. I would like to write a unit test
> like in
>
> https://github.com/apache/manifoldcf/blob/trunk/
> connectors/rss/connector/src/test/java/org/apache/
> manifoldcf/crawler/connectors/rss/tests/RSSSimpleCrawlTester.java
>
> and I am wondering how to add the line that add a transformation (is it
> addPipelineStage ?)
>
> Thanks a lot,
>
> Aurelien
>


Manifoldfc transformation

2016-08-30 Thread Aurelien Arena
Hi!

don t know where to get the help from. I would like to write a unit test like in

https://github.com/apache/manifoldcf/blob/trunk/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/RSSSimpleCrawlTester.java

and I am wondering how to add the line that add a transformation (is it 
addPipelineStage ?)

Thanks a lot,

Aurelien