Get cluster status
Fetch the cluster status including collections, shards, replicas, configuration name as well as collection aliases and cluster properties.
collection_clusterstatus(conn, name = NULL, shard = NULL, raw = FALSE, ...)
conn |
A solrium connection object, see SolrClient |
name |
(character) The name of the core to be created. Required |
shard |
(character) The shard(s) for which information is requested. Multiple shard names can be specified as a character vector. |
raw |
(logical) If |
... |
You can pass in parameters like |
## Not run: (conn <- SolrClient$new()) conn$collection_clusterstatus() res <- conn$collection_clusterstatus() res$responseHeader res$cluster res$cluster$collections res$cluster$collections$gettingstarted res$cluster$live_nodes ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.