Restrict delete Http request in solr

168 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 answers

1
Aman Tandon 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.