# NOT RUN {
(conn <- SolrClient$new())
# add the value https to the property urlScheme
collection_clusterprop(conn, name = "urlScheme", val = "https")
# status again
collection_clusterstatus(conn)$cluster$properties
# delete the property urlScheme by setting val to NULL or a 0 length string
collection_clusterprop(conn, name = "urlScheme", val = "")
# }
Run the code above in your browser using DataLab