Re: Verify if solr reload core is successful or not

2014-10-20 Thread Ramzi Alqrainy
when you hit a request in the browser
http://localhost:8983/solr/admin/cores?action=RELOADcore=core0

you will receive this response
 
?xml version=1.0 encoding=UTF-8?
response
   lst name=responseHeader
  int name=status0/int
  int name=QTime1316/int
   /lst
/response

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-tp4164981p4164996.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Verify if solr reload core is successful or not

2014-10-20 Thread Prathik Puthran
What would be the response if the Core reload failed due to incorrect
configurations?

Thanks,
Prathik

On Mon, Oct 20, 2014 at 11:24 PM, Ramzi Alqrainy ramzi.alqra...@gmail.com
wrote:

 when you hit a request in the browser
 http://localhost:8983/solr/admin/cores?action=RELOADcore=core0

 you will receive this response

 ?xml version=1.0 encoding=UTF-8?
 response
lst name=responseHeader
   int name=status0/int
   int name=QTime1316/int
/lst
 /response

 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-tp4164981p4164996.html
 Sent from the Solr - User mailing list archive at Nabble.com.



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 archive at Nabble.com.