0

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
usr1234567
  • 21,601
  • 16
  • 108
  • 128
User1203
  • 77
  • 2
  • 11

1 Answers1

-1

Please try with these link1 & link2

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

Community
  • 1
  • 1
Aman Tandon
  • 1,379
  • 2
  • 13
  • 26
  • Please include the relevant configuration settings and actual relevant information from the link in your answer. – MatsLindh Dec 28 '16 at 21:52