Hi,

How do I verify if Solr core reload is successful or not? I use Solr 4.6.


To reload the core I send the below request:

http://hostname:7090/solr/admin/cores?action=RELOAD&core=core0&wt=json

Also is the above request synchronous ( I mean will the reload happen
before the response is recieved) or does it happen after we get the
response to the above request and we have to poll if the reload is
successful?

Thanks,
Prathik

Reply via email to