cURL
curl --request POST \ --url https://{FUSION HOST}/api/solr/{collection}/{path} \ --header 'Content-Type: */*' \ --data '{}'
Send a proxy request to Solr.
The collection ID.
The Solr command path.
Was this page helpful?