collection_requeststatus {solrium} | R Documentation |
Get request status
Description
Request the status of an already submitted Asynchronous Collection API call. This call is also used to clear up the stored statuses.
Usage
collection_requeststatus(conn, requestid, raw = FALSE, ...)
Arguments
conn |
A solrium connection object, see SolrClient |
requestid |
(character) Required. The user defined request-id for the
request. This can be used to track the status of the submitted asynchronous
task. |
raw |
(logical) If |
... |
You can pass in parameters like |
[Package solrium version 1.2.0 Index]