I added in a new request handler in the SolrConfig.xml file, however anytime I try to use the new handler I get back a 404 with "unknown handler" error.
Are there any other files to modify when the SolrConfig.xml file is modified?
Thanks
I added in a new request handler in the SolrConfig.xml file, however anytime I try to use the new handler I get back a 404 with "unknown handler" error.
Are there any other files to modify when the SolrConfig.xml file is modified?
Thanks
You need to restart the container (Tomcat or Jetty) where you have Solr running in order for the changes to the solrconfig.xml to accessible.