Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread VIGNESH S
;s an > unsupported configuration. > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -----Original Message- > > From: VIGNESH S [mailto:vigneshkln...@gmail.com] >

RE: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Uwe Schindler
lucene.apache.org > Subject: Re: A SPI class of type org.apache.lucene.codecs.Codec with name > 'Lucene42' does not exist > > Hi Robert, > > Thanks for your reply. > > If possible,can you please explain why this new class loading mechanism was > introduced i

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Shai Erera
Semantics :). I was just curious cause I thought that got resolved after we removed the RMI dependency in Searchable. Shai On Sat, Jul 13, 2013 at 9:39 PM, Robert Muir wrote: > No, it means Android cannot run Lucene 4. We are just following the java > api specs. Android doesn't implement java

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Robert Muir
No, it means Android cannot run Lucene 4. We are just following the java api specs. Android doesn't implement java, its not java. On Sat, Jul 13, 2013 at 2:23 PM, Shai Erera wrote: > Hmm, does that mean that Lucene 4.0+ cannot run on Android? > > Shai > > > On Sat, Jul 13, 2013 at 6:51 PM, VIGNE

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Shai Erera
Hmm, does that mean that Lucene 4.0+ cannot run on Android? Shai On Sat, Jul 13, 2013 at 6:51 PM, VIGNESH S wrote: > Hi Robert, > > Thanks for your reply. > > If possible,can you please explain why this new class loading mechanism was > introduced in Lucene 4 > > Thanks and Regards > Vignesh >

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread VIGNESH S
Hi Robert, Thanks for your reply. If possible,can you please explain why this new class loading mechanism was introduced in Lucene 4 Thanks and Regards Vignesh On Sat, Jul 13, 2013 at 6:56 PM, Robert Muir wrote: > Open a bug with android team... the problem is android isn't java (and > doesn

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Robert Muir
Open a bug with android team... the problem is android isn't java (and doesnt implement/follow the spec) On Sat, Jul 13, 2013 at 4:31 AM, VIGNESH S wrote: > Hi, > > I did not striped META-INF/services and it contains the files. > > Even when i combined with other jars,i manually appended those e

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread VIGNESH S
Hi, I did not striped META-INF/services and it contains the files. Even when i combined with other jars,i manually appended those entries in Meta-inf/services.. The problem has some thing to do with the way android loads classes. any comments welcome. Thanks adnd Regards Vignesh On Sat, Jul

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread Thomas Matthijs
On Sat, Jul 13, 2013 at 10:25 AM, VIGNESH S wrote: > Hi, > > I tried indexing in Desktop..It works fine. > The above error loading error comes only in android.. > Any comments.. Don't strip META-INF/services files out of the jars

Re: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread VIGNESH S
ore Jar and iam > getting > Getting Exception > > 07-01 15:11:13.763: E/AndroidRuntime(17123): Caused by: > java.lang.IllegalArgumentException: A SPI class of type > org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist. You > need to add the corr

A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist

2013-07-13 Thread VIGNESH S
Hi, I am Trying to migrate to Lucene 4.3.1 I just want to do basic indexing.I added the Lucene Core Jar and iam getting Getting Exception 07-01 15:11:13.763: E/AndroidRuntime(17123): Caused by: java.lang.IllegalArgumentException: A SPI class of type org.apache.lucene.codecs.Codec with name