Re: manage rights

2009-10-07 Thread Grant Ingersoll
You should also separate your indexer from your searcher and make the searcher request handlers allow search only (remove the handlers you don't need). You could also lock down the request parameters that they take, too, by using invariants, etc. Have a look in your solrconfig.xml. You co

Re: manage rights

2009-10-07 Thread Lance Norskog
There are no security features in Solr 1.4. You cannot do this. It would be really simple to implement a hack where all management must be done via POST, and then allow the configuration to ban POST requests. On 10/7/09, clico wrote: > > Hi everybody > As I'm ready to deploy my solr server (afte