Re: Which version of Lucene Java to use?

2019-04-15 Thread Ralf Heyde
Hey, I just started with Lucene 8. I personally did not stumble on any issues yet. If you need this for lets say simple solutions, just take the latest - in case you are in doubt, take the latest 7.x. Von meinem iPhone gesendet > Am 14.04.2019 um 23:01 schrieb gerasimos_rag : > > So I am com

Re: which version

2009-10-16 Thread R.A.Ittoo
thanks. I had an old lucene (bundled in another application called GATE). I can now use the new 2.9 version. ashwin On Fri, 16 Oct 2009 12:09:10 +0200 "Uwe Schindler" wrote: Are you sure, that there is no older lucene version somwhere in your classpath? Such problems are mostly caused by this

Re: which version

2009-10-16 Thread Ian Lea
http://www.mail-archive.com/java-user@lucene.apache.org/msg27095.html shows a way to check what version you actually are using. -- Ian. On Fri, Oct 16, 2009 at 11:09 AM, Uwe Schindler wrote: > Are you sure, that there is no older lucene version somwhere in your > classpath? Such problems are m

RE: which version

2009-10-16 Thread Uwe Schindler
Are you sure, that there is no older lucene version somwhere in your classpath? Such problems are mostly caused by this. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: R.A.Ittoo [mailto:r.a.it...@rug.n

Re: which version of lucene do you recommend

2008-09-09 Thread Michael McCandless
We try very hard to keep Lucene's trunk usable, but, sneaky things do slip in from time to time so you certainly have to do your own testing. And if you hit problems, be sure to raise them! Which exact JRE version are you using? It could be you are hitting the Sun JRE bug described here