- Log onto the command line of the master server.
- Run:
# curl "http://localhost:8080/solr/cbmodules/select?q=server_added_timestamp%3A%5BNOW-15DAYS+TO+*%5D&wt=xml&indent=true&rows=0"
Example output:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">850</int>
<lst name="params">
<str name="q">server_added_timestamp:[NOW-15DAYS TO *]</str>
<str name="indent">true</str>
<str name="rows">0</str>
<str name="wt">xml</str>
</lst>
</lst>
<result name="response" numFound="234279" start="0">
</result>
</response>