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

Ryan McKinley commented on SOLR-3238:
-------------------------------------

bq. What I needed to check was whether the pages were machine-readable

The new javascript gets all its data from normal request handlers

bq. but I need to be able to pull the displayed information out in a 
machine-readable form as well. Is there any way to do that?

Yes, use normal solr requests.  If you turn on firebug (or equivalent) you can 
see what the UI is actually calling to get out the machine readable values.  
For cache stats, that will be something like:
http://localhost:8983/solr/admin/mbeans?stats=true&wt=json

                
> Sequel of Admin UI
> ------------------
>
>                 Key: SOLR-3238
>                 URL: https://issues.apache.org/jira/browse/SOLR-3238
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Stefan Matheis (steffkes)
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: SOLR-3238.patch, SOLR-3238.patch, SOLR-3238.patch, 
> solradminbug.png
>
>
> Catch-All Issue for all upcoming Bugs/Reports/Suggestions on the Admin UI

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to