On Tue, May 7, 2013 at 12:48 PM, J Mohamed Zahoor <zah...@indix.com> wrote:
> Hi
>
> I am computing lots of stats as part of a query…
> looks like the solr caching is not helping here…
>
> Does solr caches stats of a query?

No.  Neither facet counts or stats part of a request are cached.  The
query cache only caches top N docs (plus scores if applicable) for a
given query + filters.

If the whole request is identical, then you can use an HTTP caching
mechanism though.

-Yonik
http://lucidworks.com

Reply via email to