Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-09-17 Thread granini
Hey, I had the same problem and it was only due to the Maven Shade plugin configuration. As mentioned earlier you should edit your pom.xml like that: http://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html#ServicesResourceTransformer

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-25 Thread Gayo Diallo
hi.de eMail: u...@thetaphi.de From: Amal Kammoun [mailto:kammoun.ama...@gmail.com ] Sent: Friday, August 16, 2013 6:08 PM To: java-user@lucene.apache.org Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error Thank you, We are using Eclipse under Linux, and Java 1.7. Maven Shade is u

RE: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-22 Thread Gayo.Diallo
remen http://www.thetaphi.de [http://www.thetaphi.de/] eMail: u...@thetaphi.de From:Gayo Diallo [mailto:gayo.dia...@isped.u-bordeaux2.fr] Sent: Wednesday, August 21, 2013 7:30 PM To: java-user@lucene.apache.org Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error Hi guys, Thank you bo

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-21 Thread Adriano Ferreira
> Amal > > > 2013/8/16 Uwe Schindler > > > Hi, > > > > There is no screen shot attached to your mail. Please put it somewhere > > in > > the web and send a link. > > > > Uwe > > > > - > > Uwe Schindler > &

RE: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-21 Thread Uwe Schindler
Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: Gayo Diallo [mailto:gayo.dia...@isped.u-bordeaux2.fr] Sent: Wednesday, August 21, 2013 7:30 PM To: java-user@lucene.apache.org Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error H

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-21 Thread Gayo Diallo
ut it somewhere in the web and send a link. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de From: Amal Kammoun [mailto:kammoun.ama...@gmail.com ] Sent: Friday, August 16, 2013 6:08 PM To: java-user@lu

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-21 Thread Adriano Ferreira
al >> >> >> 2013/8/16 Uwe Schindler >> >> Hi, >> >> >> >> There is no screen shot attached to your mail. Please put it somewhere >> >> in >> >> the web and send a link. >> >> >> >> Uwe &

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-21 Thread Duke DAI
> the web and send a link. > > > > Uwe > > > > - > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > <http://www.thetaphi.de/> <http://www.thetaphi.de/> http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > > Fr

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-20 Thread Gayo Diallo
e.org Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error Thank you, We are using Eclipse under Linux, and Java 1.7. Maven Shade is used for assembling the project (P1) which depends on another project which uses Lucene (P2). P2 uses lucene.core, lucene.queryp

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-20 Thread Duke DAI
t;> > >> > >> > >> Uwe > >> > >> > >> > >> - > >> > >> Uwe Schindler > >> > >> H.-H.-Meier-Allee 63, D-28213 Bremen > >> > >> <http://www.thetaphi.de/> http://www.thetap

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-19 Thread Amal Kammoun
hetaphi.de/> http://www.thetaphi.de >> >> eMail: u...@thetaphi.de >> >> >> >> From: Amal Kammoun [mailto:kammoun.ama...@gmail.com] >> Sent: Friday, August 16, 2013 6:08 PM >> To: java-user@lucene.apache.org >> Subject: Re: SPI class of type org

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-18 Thread Amal Kammoun
t: Friday, August 16, 2013 6:08 PM > To: java-user@lucene.apache.org > Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error > > > > Thank you, > > We are using Eclipse under Linux, and Java 1.7. Maven Shade is used for > assembling the project (P1) which depe

RE: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-16 Thread Uwe Schindler
un.ama...@gmail.com] Sent: Friday, August 16, 2013 6:08 PM To: java-user@lucene.apache.org Subject: Re: SPI class of type org.apache.lucene.codecs.Codec error Thank you, We are using Eclipse under Linux, and Java 1.7. Maven Shade is used for assembling the project (P1) which depends on a

Re: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-16 Thread Amal Kammoun
Thank you, We are using Eclipse under Linux, and Java 1.7. Maven Shade is used for assembling the project (P1) which depends on another project which uses Lucene (P2). P2 uses lucene.core, lucene.queryparser, lucene.analyzercommon. Please find enclosed a screen-shot of the services of the two Jar

RE: SPI class of type org.apache.lucene.codecs.Codec error

2013-08-16 Thread Uwe Schindler
Hi, Maven makes it even simplier to handle this! The problem may be (I am not sure not sure, because I don’t know your setup): It seems that you are using the Maven Shade Plugin to merge all JAR files into one BIG JAR file. During this step, you may be missing to merge all the data correctly in