.solr.get {rcloud.solr}R Documentation

A GET interface to search solr

Description

The standard search method with GET.

Usage

.solr.get(query, solr.url = rcloud.support:::getConf("solr.url"),
  solr.auth.user = rcloud.support:::getConf("solr.auth.user"),
  solr.auth.pwd = rcloud.support:::getConf("solr.auth.pwd"))

Arguments

query

Character. The search term.

solr.url

Usually from solr.url config. In testing can be http://solr:8983/solr/rcloudnotebooks

solr.auth.user

Usually from solr.url config. NULL in testing

solr.auth.pwd

Usually from solr.url config. NULL in testing

Value

The search response from solr


[Package rcloud.solr version 0.3.8 Index]