On Nov 17, 2008, at 12:06 PM, Matthias Epheser wrote:
Ryan McKinley schrieb:
however I have found that in any site where
stability/load and uptime are a serious concern, this is better
handled in a tier in front of java -- typically the loadbalancer /
haproxy / whatever -- and managed by people more cautious then me.
Full ack. What do you think about the only solr related thing
"left", the paramter filtering/blocking (eg. rows<1000). Is this
suitable to do it in a Filter delivered by solr? Of course as an
optional alternative.
This could be done in a standard ServletFilter -- but that requires
mucking with web.xml and may be more difficult if you are worried
about it for some Handlers and not others.
As eric mentioned earlier, this could be done in a QueryComponent --
the prepare part could just make sure the query parameters are all
within reasonable ranges. This seems like something reasonable to add
to solr.
ryan