sc_schema_version {rcloud.solr}R Documentation

Get the schema version

Description

Get the schema version

Usage

sc_schema_version(path = "schema/version", solr.url, solr.auth.user,
  solr.auth.pwd)

Arguments

path

The GET route

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 version as a string


[Package rcloud.solr version 0.3.8 Index]