Use Intellij setup for Solr: https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ
or use http://wiki.apache.org/solr/HowToConfigureEclipse for eclipse setup. If the jars are not properly added to the project such errors of old codecs will arise. running ant eclipse or ant idea fixes this. On Fri, Jun 27, 2014 at 11:56 AM, mrinali <[email protected]> wrote: > I am getting below erroe , while running the test cases for span queries > > A SPI class of type org.apache.lucene.codecs.Codec with name 'Asserting' > does not exist. You need to add the corresponding JAR file supporting this > SPI to your classpath.The current classpath supports the following names: > [SimpleText, Appending, Lucene40, Lucene3x, Lucene41, Lucene42, Lucene45, > Lucene46] > > Please let me know the any pointers on this > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SPI-loading-failures-tp4006367p4144369.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
