Re: IndexWriter interface in 1.15

2018-09-09 Thread Sebastian Nagel
lewis john mcgibbney >> Sent: 06 September 2018 19:00 >> To: user@nutch.apache.org >> Subject: Re: IndexWriter interface in 1.15 >> >> Hi Yossi, >> >> REASON: Upgrade of MapReduce API from legacy to 'new'. This was a breaking >> change for sure and a HU

RE: IndexWriter interface in 1.15

2018-09-06 Thread Yossi Tamari
Sent: 06 September 2018 19:00 > To: user@nutch.apache.org > Subject: Re: IndexWriter interface in 1.15 > > Hi Yossi, > > REASON: Upgrade of MapReduce API from legacy to 'new'. This was a breaking > change for sure and a HUGE patch. We did not however factor in the non- &g

Re: IndexWriter interface in 1.15

2018-09-06 Thread lewis john mcgibbney
On Tue, Sep 4, 2018 at 8:53 AM wrote: > > user Digest 4 Sep 2018 15:53:01 - Issue 2929 > > Topics (messages 34147 through 34147) > > IndexWriter interface in 1.15 > 34147 by: Yossi Tamari > > Administrivia: > > --

IndexWriter interface in 1.15

2018-09-04 Thread Yossi Tamari
Hi, I missed it at the time, but I just realized (the hard way) that the IndexWriter interface was changed in 1.15 in ways that are not backward compatible. That means that any custom IndexWriter implementation will no longer compile, and probably will not run either. I think this was a