An HTTP cache will still work. We make three or four back end queries
for each search page. We use separate request handlers with filter query
specs instead of putting the filter query in the URL, but those two
approaches are equivalent for the HTTP cache.

We get similar cache hit rates on the faceted browse.

wunder

On 5/20/09 9:14 AM, "Yonik Seeley" <yo...@lucidimagination.com> wrote:

> On Wed, May 20, 2009 at 12:07 PM, Otis Gospodnetic
> <otis_gospodne...@yahoo.com> wrote:
>> Solr plays nice with HTTP caches.  Perhaps the simplest solution is to put
>> Solr behind a caching server such as Varnish, Squid, or even Apache?
> 
> In Kent's case, the other query parameters (the other filters mainly)
> change, so an external cache won't help.
> 
> -Yonik
> http://www.lucidimagination.com

Reply via email to