Skip to main content
GET
Send a GET request to Solr

Path Parameters

collection
string
required

The collection ID.

path
string
required

The Solr command path.

Pattern: .*

Body

*/*

The body is of type object.

Response

200 - application/json

Successful Solr response. The structure depends on the request path and handler, such as /select or /update.

Arbitrary Solr response content depending on the handler invoked.