Hi,

What are ways to prevent someone executing random delete commands against Solr? 
Like:

curl http://solr.com:8983/solr/core/update?commit=true -H "Content-Type: 
text/xml" --data-binary '<delete><query>*:*</query></delete>'

I understand we can do IP based access (change /etc/jetty.xml). Is there 
anything Solr provides out of the box?

Thanks!



Reply via email to