You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by elisabeth benoit <el...@gmail.com> on 2020/12/07 10:07:50 UTC

doc for REQUESTSTATUS

Hello all,

I'm unloading a core with async param then sending query with request id

http://localhost:8983/solr/admin/cores?action=UNLOAD&core=expressions&async=1001
http://localhost:8983/solr/admin/cores?action=REQUESTSTATUS&requestid=1001


and would like to find a piece of doc with all possible values of
REQUESTSTATUS. Could someone give me a pointer to the doc, I just cant find
it using a search engine.

Best regards,
Elisabeth

Re: doc for REQUESTSTATUS

Posted by Radu Gheorghe <ra...@sematext.com>.
Hi Elisabeth,

This is the doc for REQUESTSTATUS, apparently only request ID is supported indeed: https://lucene.apache.org/solr/guide/8_6/coreadmin-api.html#coreadmin-requeststatus

Best regards,
Radu
--
Sematext Cloud - Full Stack Observability - https://sematext.com
Solr and Elasticsearch Consulting, Training and Production Support

> On 7 Dec 2020, at 12:07, elisabeth benoit <el...@gmail.com> wrote:
> 
> Hello all,
> 
> I'm unloading a core with async param then sending query with request id
> 
> http://localhost:8983/solr/admin/cores?action=UNLOAD&core=expressions&async=1001
> http://localhost:8983/solr/admin/cores?action=REQUESTSTATUS&requestid=1001
> 
> 
> and would like to find a piece of doc with all possible values of
> REQUESTSTATUS. Could someone give me a pointer to the doc, I just cant find
> it using a search engine.
> 
> Best regards,
> Elisabeth