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