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
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
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
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