[
https://issues.apache.org/jira/browse/SOLR-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829199#action_12829199
]
Steven Rowe commented on SOLR-1750:
-----------------------------------
bq. "stats" is a bit overloaded (StatsComponent). as is "system"
(SystemInfoHandler).
I swear when I read this, before I suggested SIRH, you had written
"SystemStatsHandler" instead of "SystemInfoHandler". Not sure how you changed
it without a red "edited" annotation in the header for your comment.... Et tu,
Atlassian?
Anyway, pathological paranoia aside, SIRH is too close to SystemInfoHandler - I
hereby begin the process of formally withdrawing it from consideration. Ok,
done.
stats.xsl creates a title prefix "Solr Statistics" - how about
SolrStatsRequestHandler?
> 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
>
>
> 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.