If you don't do what Chantal indicates, you allow your users to issue
requests like:
http://localhost:8983/solr/update?stream.body=*:*
Followed by:
http://localhost:8983/solr/update?stream.body=
Presto! You have an index with zero documents.
Best
Erick
On Mon, Sep 3, 2012 at 4:52 AM, Chant
Hi Johannes,
on production, SOLR is better a backend service to your actual web application:
Client (Browser) <---> Web App <---> Solr Server
Very much like a database. The processes are implemented in your Web App, and
when they require results from Solr for whatever reason they simply query i