Re: facet query question

2023-11-16 Thread Mikhail Khludnev
On Fri, Nov 17, 2023 at 5:06 AM Vince McMahon wrote: > Hi, > > Does Solr have something caching results for facet queries over large > dataset? I'm not aware of anything like caching aggregated counts (facets) inside of Solr. It's up to app/client to do that if necessary. > Is there example h

Re: facet query question

2023-11-16 Thread Andy Lester
> Does Solr have something caching results for facet queries over large > dataset? Is there example how to make facet query faster? Yes. There are many articles about query caching in Solr, plus the docs. https://solr.apache.org/guide/8_8/query-settings-in-solrconfig.html for one version

facet query question

2023-11-16 Thread Vince McMahon
Hi, When working with large dataset and running a facet query, is there a way to run it in background and when the second time query run, it will be getting the result from cache? in RDBMS, there are two concepts that will allow long running query getting better chance to finish. 1) using materia