On Fri, Nov 17, 2023 at 5:06 AM Vince McMahon <sippingonesandze...@gmail.com> 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 how to make facet query faster? > You need to get what's slow particularly (starting from looking into per-component times in debugQuery=true output) and then address that bottleneck. -- Sincerely yours Mikhail Khludnev