I am trying to inspect solr indexes in DSE with luke. But getting the following error.
Invalid directory at the location,
check console for more information. Last exception:
java.lang.IllegalArgumentException:
An SPI class of type org.apache.lucene.codecs.Codec with name
'dse460' 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, Lucene41, Lucene42, Lucene45,
Lucene46, Lucene49, Lucene410, SimpleText, Appending]
Has anyone used luke with datastax solr indexes ?