Launches an instance of the embedded Solr and creates a core for testing and demonstration purposes.
TestSolr(schema = NULL, start = TRUE, restart = FALSE)
Whether to actually start the server (it can be started later by interacting with the returned object). If there is already a server running, the return value points to that instance.
Force the Solr server to restart.
An instance of ExampleSolr
, a reference class. Typically, one
just accesses the uri
field, and passes it to a constructor of
SolrFrame
or SolrCore
.