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 my
.@gmail.com]
Sent: Sunday, January 23, 2011 1:47 PM
To: solr-user@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 restr
11 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 tec
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: