How can I restrict delete by query or delete by id Http request in solr?
Sample request:
http://localhost:8983/solr/core1/update?stream.body=<delete><query>*:*</query></delete>&commit=true
How can I restrict delete by query or delete by id Http request in solr?
Sample request:
http://localhost:8983/solr/core1/update?stream.body=<delete><query>*:*</query></delete>&commit=true
Please try with these link1 & link2
If this doesn't help then you might need to check for firewall setting in order to restrict.