Hello, I am using Solr 5.1 (within a Tomcat6 server) and am trying to find out how get information from a Solr server about the exact time of the last commit and the total number of documents in a given index, and I need to query this information in a scripted way.
The total number of documents in a given index is the minor problem, of course, since I can always send a query to the solr server with q=*:* and rows=0. But how I get the exact time which is displayed as "last modification time" in the user interface in the overview for the given index? Thanks for help, Björn