Re: Error Loading Custom Codec class with Solr Codec Factory. Class cast exception

2017-01-15 Thread Chris Hostetter
: But when I try to load this codec directly via Solrconfig.xml CodecFactory : as below. : : : ...there is a difference between a (lucene layer) Codec. And a (solr layer) CodecFactory. Having the codec code in place (with the necessary SPI metadata files) let's Solr/Lucene *read* indexes

Error Loading Custom Codec class with Solr Codec Factory. Class cast exception

2016-12-22 Thread Mohit Sidana
Hello, I am trying to experiment with my solr indexes with the patch open on JIRA - Codec for index-level encryption (LUCENE-6966). https://issues.apache.org/jira/browse/LUCENE-6966. I am currently trying to test this Custom codec with Solr to