Hi, I'm trying to write my own search handler, but i have problem loading it into solr.
Error message is : Caused by: org.apache.solr.common.SolrException: Error loading class 'com.company.solr.GroupRequestHandler' at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:438) ... 14 more Caused by: java.lang.ClassNotFoundException: com.company.solr.GroupRequestHandler The .jar file is loaded at startup : INFO: Adding 'file:/home/solr/solr/apache-solr-4.1-2013-01-10_05-50-28/company/solr/lib/GroupRequestHandler.jar' to classloader My jar seems correct : contains one file com/company/solr/GroupRequestHandler.class Any idea, Mickael -- View this message in context: http://lucene.472066.n3.nabble.com/Error-loading-plugin-tp4033454.html Sent from the Solr - User mailing list archive at Nabble.com.