Re: Verify if solr reload core is successful or not

2014-10-20 Thread Ramzi Alqrainy
The response would be <http://lucene.472066.n3.nabble.com/file/n4165076/Screen_Shot_2014-10-21_at_7.png> -- View this message in context: http://lucene.472066.n3.nabble.com/Verify-if-solr-reload-core-is-successful-or-not-tp4164981p4165076.html Sent from the Solr - User mailing list a

Re: Verify if solr reload core is successful or not

2014-10-20 Thread Prathik Puthran
ill receive this response > > > > > 0 > 1316 > > > > That means that every thing is fine > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Verify-if-solr-reload-core-is-successful-or-not-tp41

Re: Verify if solr reload core is successful or not

2014-10-20 Thread Ramzi Alqrainy
load-core-is-successful-or-not-tp4164981p4164996.html Sent from the Solr - User mailing list archive at Nabble.com.

Verify if solr reload core is successful or not

2014-10-20 Thread Prathik Puthran
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 recieve