Re: filter update by IP

2011-01-28 Thread Thibaut
On 01/24/2011 02:02 AM, Jonathan Rochkind wrote: Kind of personally curious_why_ it keeps coming up on the list so much. Is everyone trying to go into business vending Solr in the cloud to customers who will write their own apps, or are there some other less obvious (to me) use cases? In

Re: filter update by IP

2011-01-23 Thread Erik Hatcher
No. SolrQueryRequest doesn't (currently) have access to the actual HTTP request coming in. You'll need to do this either with a servlet filter and register it into web.xml or restrict it from some other external firewall'ish technology. Erik On Jan 23, 2011, at 13:21 , Teebo wrote:

Re: filter update by IP

2011-01-23 Thread Dennis Gearon
23, 2011 10:47:02 AM Subject: Re: filter update by IP No. SolrQueryRequest doesn't (currently) have access to the actual HTTP request coming in. You'll need to do this either with a servlet filter and register it into web.xml or restrict it from some other external firewall'ish technology

RE: filter update by IP

2011-01-23 Thread Jonathan Rochkind
@lucene.apache.org Subject: Re: filter update by IP No. SolrQueryRequest doesn't (currently) have access to the actual HTTP request coming in. You'll need to do this either with a servlet filter and register it into web.xml or restrict it from some other external firewall'ish technology. Erik On Jan