Im dong a nested facet ( https://lucene.apache.org/solr/guide/8_6/json-facet-api.html#nested-facets) or sub-facets, and am using the 'terms' facet.
Digging around more looks like I can set 'cacheDf=-1' to disable the use of the cache. On Fri, 23 Oct 2020 at 00:14, Michael Gibney <mich...@michaelgibney.net> wrote: > Damien, > Are you able to share the actual json.facet request that you're using > (at least just the json.facet part)? I'm having a hard time being > confident that I'm correctly interpreting when you say "a json.facet > query on nested facets terms". > Michael > > On Thu, Oct 22, 2020 at 3:52 AM Christine Poerschke (BLOOMBERG/ > LONDON) <cpoersc...@bloomberg.net> wrote: > > > > Hi Damien, > > > > You mention about JSON term facets, I haven't explored w.r.t. that but > we have observed what you describe for JSON range facets and I've started > https://issues.apache.org/jira/browse/SOLR-14939 about it. > > > > Hope that helps. > > > > Regards, > > Christine > > > > From: solr-user@lucene.apache.org At: 10/22/20 01:07:59To: > solr-user@lucene.apache.org > > Subject: json.facet floods the filterCache > > > > Hi, > > > > I'm using a json.facet query on nested facets terms and am seeing very > high > > filterCache usage. Is it possible to somehow control this? With a fq it's > > possible to specify fq={!cache=false}... but I don't see a similar thing > > json.facet. > > > > Kind regards, > > Damien > > > > >