You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2014/11/27 04:43:12 UTC

[jira] [Commented] (SOLR-5500) Fix /admin/mbeans?wt=json output

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

Mark Miller commented on SOLR-5500:
-----------------------------------

We could make this change now for 5.0, but I don't know if the work Alan is doing makes it obsolete or not.

> Fix /admin/mbeans?wt=json output
> --------------------------------
>
>                 Key: SOLR-5500
>                 URL: https://issues.apache.org/jira/browse/SOLR-5500
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.3, 4.4, 4.5
>            Reporter: Ramkumar Aiyengar
>            Priority: Minor
>         Attachments: SOLR-5500.patch
>
>
> The current {{solr-mbeans}} outputs a list of category / category values. This is better represented as an object.
> {code}
>   ...
>   "solr-mbeans": [
>     "CACHE",
>     "queryResultCache" : {
>       "class": "org.apache.solr.search.LRUCache",
>   ...
> {code}
> Change this to:
> {code}
> ...
>   "solr-mbeans": {
>     "CACHE": {
>       "queryResultCache": {
>         "class": "org.apache.solr.search.LRUCache",
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org