Error
curl --request POST \
> --url http://localhost:8983/api/collections \
> --header 'Content-Type: application/json' \
> --data '{
> "name": "techproducts",
> "numShards": 1,
> "replicationFactor": 1
> }'
{"responseHeader":{"status":400,"QTime":416},"error":{"metadata":{"error-class":"org.apache.solr.common.SolrException","root-error-class":"org.apache.solr.common.SolrException"},"msg":"Solr instance is not running in SolrCloud mode.","code":400}}root@ip-172-31-41-118:/opt/solr-9.6.0/server/solr#
Solution
Latest posts by rajeshkumar (see all)
- SonarQube Error: Error status returned by url [https://api.sonarcloud.io - September 5, 2024
- AWS SES Errors and Solution - September 2, 2024
- SRE Foundation Certification - August 29, 2024