Solr endpoints and HTTP request URIs
These Solr endpoints are supported:
-
query –
collectionName/query
-
select –
collectionName/select
-
update –
collectionName/update/json/docs
HTTP request URIs for Solr operations begin with the URI root path https://pg01.us-west1.cloud.lucidworks.com/customer/clusterId/solr/
.
For example, to obtain the HTTP request URI for the endpoint collectionName/query
, prepend https://pg01.us-west1.cloud.lucidworks.com/customer/clusterId/solr/
to the endpoint, which yields the HTTP request URI https://pg01.us-west1.cloud.lucidworks.com/customer/clusterId/solr/collectionName/query
.