RE: LUCENE-5388 AbstractMethodError

2014-01-30 Thread Markus Jelsma
m:Uwe Schindler > Sent: Thursday 30th January 2014 14:48 > To: java-user@lucene.apache.org > Subject: RE: LUCENE-5388 AbstractMethodError > > Hi Markus, > > Lucene trunk has a backwards incompatible API, so Analyzers compiled with > Lucene 4.6 cannot be used on Lucene trunk

RE: LUCENE-5388 AbstractMethodError

2014-01-30 Thread Uwe Schindler
index.io] > Sent: Thursday, January 30, 2014 12:52 PM > To: java-user@lucene.apache.org > Subject: RE: LUCENE-5388 AbstractMethodError > > Hi Uwe, > > The bug occurred only after LUCENE-5388 was committed to trunk, looks like > its the changes to Analyzer and friends. The ful

Re: LUCENE-5388 AbstractMethodError

2014-01-30 Thread Benson Margulies
gt; We test trunk with our custom stuff as well, but all our custom stuff is > nicely built with Maven against the most recent release of Solr and/or > Lucene. If that stays a problem we may have to build stuff against > branch_4x instead. > > Thanks, > Markus > > -Original mes

RE: LUCENE-5388 AbstractMethodError

2014-01-30 Thread Markus Jelsma
Maven against the most recent release of Solr and/or Lucene. If that stays a problem we may have to build stuff against branch_4x instead. Thanks, Markus -Original message- > From:Uwe Schindler > Sent: Thursday 30th January 2014 11:18 > To: java-user@lucene.apache.org > Su

RE: LUCENE-5388 AbstractMethodError

2014-01-30 Thread Uwe Schindler
Hi, Can you please post your complete stack trace? I have no idea what LUCENE-5388 has to do with that error? Please make sure that all your Analyzers and all of your Solr installation only uses *one set* of Lucen/Solr JAR files from *one* version. Mixing Lucene/Solr JARs and mixing with Facto