# NOT RUN {
# start Solr with Cloud mode via the schemaless eg: bin/solr -e cloud
# you can create a new core like: bin/solr create -c corename
# where <corename> is the name for your core - or creaate as below
# connect
(conn <- SolrClient$new())
# get config overlay
conn$config_overlay("gettingstarted")
# without header
conn$config_overlay("gettingstarted", omitHeader = TRUE)
# }
Run the code above in your browser using DataLab