Re: Solr Admin XPath

2009-12-08 Thread Chris Hostetter
Wild shots in the dark: * remove the white psace arround the "=" characters * replace the single-quote characters with double quote characters : XPathExpression reqPerSec = xpath.compile("/solr/solr-info/QUERYHANDLER/entry[name = 'dismax']/stats/st...@name = 'avgRequestsPerSecond

Solr Admin XPath

2009-12-02 Thread Matthew Runo
Hello folks! I'm attempting (!) to pull some data from the stats.jsp page using XPath so that it can be reported in a different application. I cannot seem to get the average QPS for the dismax handler, no matter how I try: try { XPathExpression reqPerSec = xpath.compile("/s