Restrict delete Http request in solr

181 Views Asked by At

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

1

There are 1 best solutions below

1
On

Please try with these link1 & link2

If this doesn't help then you might need to check for firewall setting in order to restrict.