[ 
https://issues.apache.org/jira/browse/SOLR-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839928#action_12839928
 ] 

Hoss Man commented on SOLR-1750:
--------------------------------


Committed revision 917812.

I went ahead and commited the most recent attachment under the name 
"SystemInfoRequestHandler" with slightly generalized javadocs.

Leaving the issue open so we make sure to settle the remaining issues before we 
release...

 * decide if we want to change the name
 * add default registration as part of the AdminRequestHandler (ie: /admin/info 
?)
 * add some docs (didn't wnat to make a wiki page until we're certain of hte 
name)
 * decide if we want to modify the response structure (should all of the top 
level info be encapsulated in a container?)


> SystemStatsRequestHandler - replacement for stats.jsp
> -----------------------------------------------------
>
>                 Key: SOLR-1750
>                 URL: https://issues.apache.org/jira/browse/SOLR-1750
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Trivial
>             Fix For: 1.5
>
>         Attachments: SystemStatsRequestHandler.java, 
> SystemStatsRequestHandler.java, SystemStatsRequestHandler.java
>
>
> stats.jsp is cool and all, but suffers from escaping issues, and also is not 
> accessible from SolrJ or other standard Solr APIs.
> Here's a request handler that emits everything stats.jsp does.
> For now, it needs to be registered in solrconfig.xml like this:
> {code}
>     <requestHandler name="/admin/stats" 
> class="solr.SystemStatsRequestHandler" />
> {code}
> But will register this in AdminHandlers automatically before committing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to