Dear Solr users,
Every Friday I need to delete some documents on my solr db (around
100~200 docs).
Could you help me to choose the best way to delete these documents.
- I have the unique ID of each documents
Another question:
How can I disable to possibility to do:
http://localhost:8983/solr/update?stream.body=<delete><query>id:298253</query></delete>&commit=true
by using a webbrowser.
I would like to do operations on my DB only if use a command line like
java -jar -DUrl=
http://localhost:8983/solr/update?stream.body=<delete><query>id:298253</query></delete>&commit=true
post.jar
is it possible?
Thanks a lot,
Bruno