http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: Erick Erickson [mailto:erickerick...@gmail.com]
> > Sent: Thursday, May 07, 2015 4:59 AM
> > To: java-user
> > Subject: Re: Java8 and lucene version
> >
&g
.com]
> Sent: Thursday, May 07, 2015 4:59 AM
> To: java-user
> Subject: Re: Java8 and lucene version
>
> I'd just grab the source, build it and run the tests. WARNING: this is so old
> that I don't have much experience with it...
>
> Short form:
> Check out th
I'd just grab the source, build it and run the tests. WARNING: this is
so old that I don't have much experience with it...
Short form:
Check out the code, something like: svn checkout
https://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_4
lucene_2_9_4
build it by going to the directory luc
The difficult way is to go through lucene code and read if is work with
java 8. If you can duplicate the index created with lucene 2.9.4, perhaps
you can try to upgrade java in test environment, it should give some direct
indication or result (for example, exception, index cannot write/read, etc)
i