Description Usage Arguments Details Value Examples
List collections or cores
1 2 3 | collections(conn, ...)
cores(conn, ...)
|
conn |
A solrium connection object, see SolrClient |
... |
curl options passed on to crul::HttpClient |
Calls collection_list()
or core_status()
internally,
and parses out names for you.
character vector
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# connect
(conn <- SolrClient$new())
# list collections
conn$collection_list()
collections(conn)
# list cores
conn$core_status()
cores(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.