View source: R/collection_clusterstatus.R
| collection_clusterstatus | R Documentation | 
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.