An R6 class to make requests to individual src_params sources. Child of SearchSource
| 1 2 3 4 5 6 7 8 | ## Not run: 
SS <-
SearchSourceV1$new(
  src_params = list(source =  "main_source",
                    solr.url = "http://solr:8983/solr/rcloudnotebooks")
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.