Description Usage Arguments Examples
View source: R/collection_clusterstatus.R
Fetch the cluster status including collections, shards, replicas, configuration name as well as collection aliases and cluster properties.
1 |
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 |
1 2 3 4 5 6 7 8 9 10 11 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.