I tried the below steps. It works well.
Just click the link Delete all SOLR data which will hit and delete all your SOLR indexed datas then you will get the following details on the screen as output.
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">494</int>
</lst>
</response>
if you are not getting the above output then please make sure the following.
host
(localhost) and port
(8080) on the above link. please alter the host and port if it is different in your end. collection
/ collection1
. I used collection1
in the above link. please change it too if your core name is different.