On Wed, Jul 31, 2013 at 3:49 PM, Chris Hostetter
wrote:
> there is however a "group.cache.percent" option tha you might look into --
> but i honestly have no idea if that toggles the use of queryResultCache or
> something else, i havn't played with it before...
That's only a single-request cache
: it's quite long but this request uses both faceting and grouping. If I
: remove the grouping then the cache is used. Is this a normal behavior or
: a bug?
I believe that is expected -- i don't think grouping can take advantage of
the queryResultCache because of how it collects documents.
th
______________
From: Jean-Sebastien Vachon
Sent: Wednesday, July 31, 2013 2:38 PM
To: solr-user@lucene.apache.org
Subject: RE: queryResultCache showing all zeros
Looks like the problem might not be related to Solr but to a proprietary system
we have on top of it.
I made som
cets and the cache was updated. We are looking into
this... I should not have assumed that the problem was coming from Solr ;)
I'll let you know if there is anything
____________
From: Chris Hostetter
Sent: Wednesday, July 31, 2013 1:58 PM
To: solr-user@lucene
thing
From: Chris Hostetter
Sent: Wednesday, July 31, 2013 1:58 PM
To: solr-user@lucene.apache.org
Subject: Re: queryResultCache showing all zeros
: We just configured a new Solr cloud (5 nodes) running Solr 4.3, ran
: about 200 000 queries taken fro
: We just configured a new Solr cloud (5 nodes) running Solr 4.3, ran
: about 200 000 queries taken from our production environment and measured
: the performance of the cloud over a collection of 14M documents with the
: default Solr settings. We are now trying to tune the different caches
: