I am trying to get a custom plugin to work properly. When I put the jar into the unpacked webapp directory for solr it works fine but when I put it in the lib directory in the solr home nothing works. Is there something missing besides just dropping it into the directory?
Works: {solr.home}/tomcat/webapp/solr/WEB-INF/lib/ Doesn¹t Work: {solr.home}/lib/ //Code snippets package org.apache.solr.handler.component; public class FacetCubeComponent extends SearchComponent implements SolrCoreAware SolrConfig <searchComponent name="facetcube" class="org.apache.solr.handler.component.FacetCubeComponent"/ <arr name="last-components"> <str>spellcheck</str> <str>facetcube</str> </arr> -- Jeff Newburn Software Engineer, Zappos.com jnewb...@zappos.com - 702-943-7562