Re: Classpath for Solr Plugins

2014-05-27 Thread Alexandre Rafalovitch
In terms of drawback, I think strong dependence on Jetty is probably one. Custom Java code is another. Most of the people run Solr as a black box. For the proposed solution, as the document said, usually the plugins are placed in the directory defined in solrconfig.xml. So, most of the people do n

Classpath for Solr Plugins

2014-05-27 Thread Jan Nehring
Hi! We have developed a custom tokenizer for Solr 4.3. Our Solr Server is started as a war file inside of a java application using jetty. When the custom tokenizer is in the class path oft the enclosing java application Solr fails on startup. The error is ClassCastException ArabicLetterTokenize