# NOT RUN {
# start Solr with Schemaless mode via the schemaless eg:
# bin/solr start -e schemaless
# you can create a new core like: bin/solr create -c corename
# where <corename> is the name for your core - or create as below
# connect
(conn <- SolrClient$new())
# exists
conn$core_exists("gettingstarted")
# doesn't exist
conn$core_exists("hhhhhh")
# }
Run the code above in your browser using DataLab