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
The problem is, that I don't know how to do this. :P
My sequence: the user enters his search words. This is sent to solr. There
I need to make another query first to get metadata from the index. with
this metadata I have to connect to an external source to get some
information about the user. W