Re: Upgrading from 3.6.1 to 4.3.0 and Custom collector

2013-06-18 Thread Peyman Faratin
Hi Adrien thank you very much. It worked. have a good day On Jun 18, 2013, at 5:35 AM, Adrien Grand wrote: > Hi, > > You didn't say specifically what your problem is so I assume it is > with the following method: > > On Tue, Jun 18, 2013 at 4:37 AM, Peyman Faratin > wrote: >>

Re: Upgrading from 3.6.1 to 4.3.0 and Custom collector

2013-06-18 Thread Adrien Grand
Hi, You didn't say specifically what your problem is so I assume it is with the following method: On Tue, Jun 18, 2013 at 4:37 AM, Peyman Faratin wrote: > public void setNextReader(IndexReader reader, int docBase) > throws IOException{ > this.docBase =

Upgrading from 3.6.1 to 4.3.0 and Custom collector

2013-06-17 Thread Peyman Faratin
Hi I am migrating from Lucene 3.6.1 to 4.3.0. I am however not sure how to migrate my custom collector below to 4.3.0 (this page http://lucene.apache.org/core/4_3_0/MIGRATE.html gives some hints but is the instructions are incomplete and looking at the source examples of custom collectors ma