Description Usage Arguments Examples
View source: R/core_requeststatus.R
Request status of asynchronous CoreAdmin API call
1 | core_requeststatus(conn, requestid, raw = FALSE, callopts = list())
|
conn |
A solrium connection object, see SolrClient |
requestid |
The name of one of the cores to be removed. Required |
raw |
(logical) If |
callopts |
curl options passed on to crul::HttpClient |
1 2 3 4 5 6 7 8 9 | ## Not run:
# start Solr with Schemaless mode via the schemaless eg:
# bin/solr start -e schemaless
# FIXME: not tested yet...
# (conn <- SolrClient$new())
# conn$core_requeststatus(requestid = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.