Re: Antwort: Re: Antwort: Re: Query during a query

2012-09-03 Thread Erick Erickson
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

Re: Antwort: Re: Antwort: Re: Query during a query

2012-09-03 Thread Chantal Ackermann
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