Skip to content
Snippets Groups Projects
Commit ed72d690 authored by Eugene Livis's avatar Eugene Livis
Browse files

No longer using solr.admin.AdminHandlers as the class was removed in Solr 5

parent a784ee81
No related branches found
No related tags found
No related merge requests found
...@@ -1061,12 +1061,12 @@ ...@@ -1061,12 +1061,12 @@
startup="lazy" /> startup="lazy" />
<!-- Admin Handlers <!-- Admin Handlers
Admin Handlers were removed in Solr 5.
Admin Handlers - This will register all the standard admin Admin Handlers - This will register all the standard admin
RequestHandlers. RequestHandlers.
--> -->
<requestHandler name="/admin/" <!--requestHandler name="/admin/"
class="solr.admin.AdminHandlers" /> class="solr.admin.AdminHandlers" /-->
<!-- This single handler is equivalent to the following... --> <!-- This single handler is equivalent to the following... -->
<!-- <!--
<requestHandler name="/admin/luke" class="solr.admin.LukeRequestHandler" /> <requestHandler name="/admin/luke" class="solr.admin.LukeRequestHandler" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment