Reputation: 146
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
Upvotes: 3
Views: 6230
Reputation: 22555
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.
Upvotes: 3