Perfect ! it works,

Thanks a lot !

-----Message d'origine-----
De : Andy Lester [mailto:a...@petdance.com]
Envoyé : jeudi 20 janvier 2022 16:05
À : users@solr.apache.org
Objet : Re: Problem with Join query and FilterCache



> On Jan 20, 2022, at 8:02 AM, Mike Drob <md...@mdrob.com> wrote:
>
> Yep, you should change from LRUCache to CaffeineCache in your solrconfig.xml


And, the CaffeineCache has to be set as async. It defaults to async, but I 
added the async=“true” to be explicit in my solrconfig.xml

        <filterCache
            class="solr.CaffeineCache"
            size="5000"
            initialSize="500"
            autowarmCount="100"
            async="true"
            />


--
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus

Reply via email to