epugh commented on PR #3327: URL: https://github.com/apache/solr/pull/3327#issuecomment-2802901631
Okay, I ran the latest solr and tried this and it worked: ``` curl --request POST \ --url http://localhost:8983/api/collections \ --header 'Content-Type: application/json' \ --data '{ "name": "techproducts", "numShards": 1, "replicationFactor": 1 }' ``` @low-perry I think you are on a old version of Solr.. However, I very much appreciate the PR, and please do continue to provide them! If you are on the latest Solr, please do ping us! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
