Hi, I'm trying to write a validation test that reads some statistics by querying Solr 4.3 via HTTP, namely the number of indexed documents (`numDocs`) and the number of pending documents (`pendingDocs`) from the Solr4 cluster. I believe that in Solr3 there was a `stats.jsp` page thtat offered both numbers.
Is there a way to get both fields in Solr4? Best regards, Federico