TestSolr | R Documentation |
Launches an instance of the embedded Solr and creates a core for testing and demonstration purposes.
TestSolr(schema = NULL, start = TRUE, restart = FALSE)
schema |
The |
start |
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. |
restart |
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
.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.