| Class | Description |
|---|---|
| AdminHandlers |
A special Handler that registers all standard admin handlers
|
| CoreAdminHandler | |
| LukeRequestHandler |
This handler exposes the internal lucene index.
|
| PluginInfoHandler |
similar to "admin/registry.jsp"
NOTE: the response format is still likely to change.
|
| PropertiesRequestHandler | |
| ShowFileRequestHandler |
This handler uses the RawResponseWriter to give client access to
files inside ${solr.home}/conf
If you want to selectively restrict access some configuration files, you can list
these files in the
ShowFileRequestHandler.HIDDEN invariants. |
| SolrInfoMBeanHandler |
A request handler that provides info about all
registered SolrInfoMBeans.
|
| SystemInfoHandler |
This handler returns system info
NOTE: the response format is still likely to change.
|
| ThreadDumpHandler |
Copied from "admin/threaddump.jsp"
NOTE: the response format is still likely to change.
|