R/core_requeststatus.R

Defines functions core_requeststatus

Documented in core_requeststatus

#' Request status of asynchronous CoreAdmin API call
#'
#' @export
#' @param requestid The name of one of the cores to be removed. Required
#' @inheritParams core_create
#' @examples \dontrun{
#' # 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)
#' }
core_requeststatus <- function(conn, requestid, raw = FALSE,
  callopts = list()) {

  conn$core_requeststatus(requestid, raw, callopts)
}

Try the solrium package in your browser

Any scripts or data that you put into this service are public.

solrium documentation built on May 19, 2021, 9:06 a.m.