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']");
...
: This doesn't throw any errors, and the XPath works just fine in /any/ XPath
tester I try... except Java.
-Hoss
