Re: [ANN] Luke 1.0.0 for Lucene 3.0

2009-12-26 Thread Andrzej Bialecki
On 2009-12-26 15:34, Uwe Schindler wrote: Hi Andrzej, Cool! The only thing I found that is not working is the analysis tool, because no analyzer in lucene has a zero-arg ctor anymore. So you should use reflection to find a one-arg ctor with o.a.l.util.Version and use it preferably and if not exi

RE: [ANN] Luke 1.0.0 for Lucene 3.0

2009-12-26 Thread Uwe Schindler
Hi Andrzej, Cool! The only thing I found that is not working is the analysis tool, because no analyzer in lucene has a zero-arg ctor anymore. So you should use reflection to find a one-arg ctor with o.a.l.util.Version and use it preferably and if not existent fall back to the zero-arg ctor. I'll

Re: [ANN] Luke 1.0.0 for Lucene 3.0

2009-12-26 Thread Weiwei Wang
Hard working boy:-) Merry Christmas too~ On Sat, Dec 26, 2009 at 9:50 PM, Andrzej Bialecki wrote: > Hi all, > > I'm happy to announce that Luke 1.0.0 was released, and is available for > download here: > >http://code.google.com/p/luke > > This version of Luke uses Lucene 3.0 jars. There

[ANN] Luke 1.0.0 for Lucene 3.0

2009-12-26 Thread Andrzej Bialecki
Hi all, I'm happy to announce that Luke 1.0.0 was released, and is available for download here: http://code.google.com/p/luke This version of Luke uses Lucene 3.0 jars. There were only minor changes in the code (and none in functionality) related to the changes in API between Lucene