.solr.get.generic {rcloud.solr}R Documentation

A generic get request

Description

A generic get request

Usage

.solr.get.generic(query = NULL, path = "select",
  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

optional list

path

the route relative to the solr core

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 response


[Package rcloud.solr version 0.3.8 Index]