mbonaci / luke

Automatically exported from code.google.com/p/luke
0 stars 0 forks source link

Lucene42 #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When opening an index from ElasticSearch 0.90 with Luke, I get:

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: [Lucene40, Lucene3x, 
SimpleText, Appending]

Original issue reported on code.google.com by j...@q42.nl on 3 Jun 2013 at 9:52

GoogleCodeExporter commented 9 years ago
I have the same problem not using ElasticSearch. I am using Lucene 4.3.0. When 
will Luke be updated to support Lucene 4.3?

Original comment by bshar...@gmail.com on 5 Jun 2013 at 10:09

GoogleCodeExporter commented 9 years ago
Luke!!! Lucene 4.x, x>0, is waiting for you!!!

Original comment by marcin.s...@gmail.com on 11 Jun 2013 at 9:35

GoogleCodeExporter commented 9 years ago
When opening an lucene index using lukeall-4.0.0-ALPHA.jar indexed through 
4.2.0 solr using  <luceneMatchVersion>LUCENE_42</luceneMatchVersion> I am 
receiving the following error : 

Invalid directory at the location, check console for more information. Last 
exception:
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: [Lucene40, Lucene3x, 
SimpleText, Appending]

Original comment by stuba...@gmail.com on 12 Jun 2013 at 8:37

GoogleCodeExporter commented 9 years ago
Reproduced here as well! Even if I change the version to Version.LUCENE_40, I 
still keep getting:

Invalid directory at the location, check console for more information. Last 
exception:
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: [Lucene40, Lucene3x, 
SimpleText, Appending]

Please, fix!

Original comment by carlspr...@gmail.com on 9 Jul 2013 at 5:29

GoogleCodeExporter commented 9 years ago
Furthermore, I have lucene-core:4.3.1:jar on my CLASSPATH.

Original comment by carlspr...@gmail.com on 9 Jul 2013 at 5:33