owe [mailto:sar...@syr.edu]
> Sent: Tuesday, December 08, 2009 8:42 PM
> To: java-user@lucene.apache.org
> Subject: RE: TopFieldDocCollector and v3.0.0
>
> Hi Uwe,
>
> On 12/08/2009 at 9:40 AM, Uwe Schindler wrote:
> > After the move to 3.0, you can (but you must not) furth
Hi Uwe,
On 12/08/2009 at 9:40 AM, Uwe Schindler wrote:
> After the move to 3.0, you can (but you must not) further update
> your code to use generics, which is not really needed but will
> remove all compiler warnings.
This sounds like you're telling people that although they are able to update
o: java-user@lucene.apache.org
> Subject: Re: TopFieldDocCollector and v3.0.0
>
> You might want to move to 2.9.1 first, find and fix all the deprecations
> and *then* move to 3.x.
>
> It seems like more work, but it's actually not. Especially if you have
> reasonable
> unit
You might want to move to 2.9.1 first, find and fix all the deprecations
and *then* move to 3.x.
It seems like more work, but it's actually not. Especially if you have
reasonable
unit tests. Since lots of effort has been put into maintaining backwards
compatibility in the 2.X versions, 2.9.1 shoul
.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Antony Bowesman [mailto:a...@teamware.com]
> Sent: Tuesday, December 08, 2009 7:44 AM
> To: Lucene User
> Subject: TopFieldDocCollector and v3.0.0
>
> I'm on
I'm on 2.3.2 and looking to move to 2.9.1 or 3.0.0
In 2.9.1 TopFieldDocCollector is
"Deprecated. Please use TopFieldCollector instead."
in 3.0.0 TopFieldCollector says
NOTE: This API is experimental and might change in incompatible ways in the next
release
What is the suggested path for mig