Re: java.lang.IllegalArgumentException: No enum const class org.apache.lucene.util.Version.LUCENE_43

2013-05-08 Thread Roald
I solved it by setting up a new virtual machine. Apparantly tomcat was still using 4.2.1 somehow. Thanks! On Wed, May 8, 2013 at 3:40 PM, Roald wrote: > I thought it reported 4.2.1 because I set luceneMatchVersion to LUCENE_42. > > I am using the the 4.3.0 war. Very strange. > >

java.lang.IllegalArgumentException: No enum const class org.apache.lucene.util.Version.LUCENE_43

2013-05-08 Thread Roald
change LUCENE_43 to LUCENE_42 it works. The admin webpage reports the following versions: solr-spec : 4.2.1.2013.03.26.08.26.55 solr-impl : 4.2.1 1461071 - mark - 2013-03-26 08:26:55 lucene-spec : 4.2.1 lucene-impl : 4.2.1 1461071 - mark - 2013-03-26 08:23:34 Thank you very much in advance! Regards, Roald

Re: java.lang.IllegalArgumentException: No enum const class org.apache.lucene.util.Version.LUCENE_43

2013-05-08 Thread Roald
I thought it reported 4.2.1 because I set luceneMatchVersion to LUCENE_42. I am using the the 4.3.0 war. Very strange. I will set up a new virtual machine to make sure there is no way that I am accidentally using 4.2.1 On Wed, May 8, 2013 at 3:06 PM, Alan Woodward wrote: > Hi Roald, >

java.lang.IllegalArgumentException: No enum const class org.apache.lucene.util.Version.LUCENE_43

2013-05-08 Thread Roald
change LUCENE_43 to LUCENE_42 it works. The admin webpage reports the following versions: solr-spec : 4.2.1.2013.03.26.08.26.55 solr-impl : 4.2.1 1461071 - mark - 2013-03-26 08:26:55 lucene-spec : 4.2.1 lucene-impl : 4.2.1 1461071 - mark - 2013-03-26 08:23:34 Thank you very much in advance! Regards, Roald