RE: RE: Dependency between plugins

2018-03-15 Thread Yossi Tamari
Sent: 15 March 2018 10:26 > To: user@nutch.apache.org > Subject: RE: RE: Dependency between plugins > > Yes I am using Html parser and yes the document is getting parsed but > document fragment is printing null. > > On 15 Mar 2018 13:52, "Yossi Tamari" <yossi.tam...@pi

RE: RE: Dependency between plugins

2018-03-15 Thread Yash Thenuan Thenuan
eally recommend debugging in local mode rather than using sysout. > > > -Original Message- > > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > > Sent: 15 March 2018 10:13 > > To: user@nutch.apache.org > > Subject: RE: RE: Dependency between pl

RE: RE: Dependency between plugins

2018-03-15 Thread Yossi Tamari
r@nutch.apache.org > Subject: RE: RE: Dependency between plugins > > I tried printing the contents of document fragment in parsefilter-regex by > writing > System.out.println(doc) but its printing null!! And document is getting > parsed!! > > On 15 Mar 2018 13:15, &q

RE: RE: Dependency between plugins

2018-03-15 Thread Yash Thenuan Thenuan
ent as their fourth parameter. > > > -Original Message- > > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > > Sent: 15 March 2018 08:50 > > To: user@nutch.apache.org > > Subject: Re: RE: Dependency between plugins > > > > Hi Jorge and Yos

RE: RE: Dependency between plugins

2018-03-15 Thread Yossi Tamari
Parse filters receive a DocumentFragment as their fourth parameter. > -Original Message- > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > Sent: 15 March 2018 08:50 > To: user@nutch.apache.org > Subject: Re: RE: Dependency between plugins > > Hi Jorge an

Re: RE: Dependency between plugins

2018-03-15 Thread Yash Thenuan Thenuan
sage- > > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > > Sent: 14 March 2018 15:28 > > To: user@nutch.apache.org > > Subject: Re: RE: Dependency between plugins > > > > Is there a way in nutch by which we can use different parser for > diff

RE: RE: Dependency between plugins

2018-03-14 Thread Yossi Tamari
nal Message- > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > Sent: 14 March 2018 15:28 > To: user@nutch.apache.org > Subject: Re: RE: Dependency between plugins > > Is there a way in nutch by which we can use different parser for different > websites? >

Re: RE: Dependency between plugins

2018-03-14 Thread Jorge Betancourt
entations(the plugins > > are contracts, ie interfaces) and can easily break some OOP rules. > > > > > > Sent: Wednesday, March 14, 2018 at 9:18 AM > > From: "Yossi Tamari" <yossi.tam...@pipl.com> > > To: user@nutch.apache.org > > Subject: RE: Depend

Re: RE: Dependency between plugins

2018-03-14 Thread Yash Thenuan Thenuan
ce > will not be so smooth as in case of contract implementations(the plugins > are contracts, ie interfaces) and can easily break some OOP rules. > > > Sent: Wednesday, March 14, 2018 at 9:18 AM > From: "Yossi Tamari" <yossi.tam...@pipl.com> > To: user@nutch.apache

Re: RE: Dependency between plugins

2018-03-14 Thread Semyon Semyonov
smooth as in case of contract implementations(the plugins are contracts, ie interfaces) and can easily break some OOP rules.   Sent: Wednesday, March 14, 2018 at 9:18 AM From: "Yossi Tamari" <yossi.tam...@pipl.com> To: user@nutch.apache.org Subject: RE: Dependency between plugins

RE: Dependency between plugins

2018-03-14 Thread Yossi Tamari
9:55 > To: user@nutch.apache.org > Subject: Re: Dependency between plugins > > Hi, > It didn't worked in ant runtime. > I included "import org.apache.nutch.parse.html;" in my custom parser code. > but it is throwing errror while i am doing ant runtime. > > [javac] &

Re: Dependency between plugins

2018-03-14 Thread Yash Thenuan Thenuan
ur plugin-includes? > > If it's a problem during execution, I would suggest looking at or > debugging the code of PluginClassLoader. > > > > -Original Message- > > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > > Sent: 14 March 2018 08:34 &g

RE: Dependency between plugins

2018-03-14 Thread Yossi Tamari
ginal Message- > From: Yash Thenuan Thenuan <rit2014...@iiita.ac.in> > Sent: 14 March 2018 08:34 > To: user@nutch.apache.org > Subject: Re: Dependency between plugins > > Anybody please help me out regarding this. > > On Tue, Mar 13, 2018 at 6:51 PM, Yash Thenuan Thenuan <

Re: Dependency between plugins

2018-03-14 Thread Yash Thenuan Thenuan
Anybody please help me out regarding this. On Tue, Mar 13, 2018 at 6:51 PM, Yash Thenuan Thenuan < rit2014...@iiita.ac.in> wrote: > I am trying to import Htmlparser in my custom parser. > I did it in the same way by which Htmlparser imports lib-nekohtml but it > didn't worked. > Can anybody