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 'Lucene42' does not exist. You need to add the corresponding JAR file supporting this SPI to your classpath.The current classpath supports the following names: [] 07-01 15:11:13.763: E/AndroidRuntime(17123): at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:104) 07-01 15:11:13.763: E/AndroidRuntime(17123): at org.apache.lucene.codecs.Codec.forName(Codec.java:95) 07-01 15:11:13.763: E/AndroidRuntime(17123): at org.apache.lucene.codecs.Codec.<clinit>(Codec.java:122) 07-01 15:11:13.763: E/AndroidRuntime(17123): ... 19 more Any Help or Suggestion please -- Thanks and Regards Vignesh Srinivasan 9739135640