RE: Problem with Join query and FilterCache

2022-01-20 Thread Bruno Mannina
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 wrote: > > Y

Re: Problem with Join query and FilterCache

2022-01-20 Thread Andy Lester
> On Jan 20, 2022, at 8:02 AM, Mike Drob 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

Re: Problem with Join query and FilterCache

2022-01-20 Thread Mike Drob
Yep, you should change from LRUCache to CaffeineCache in your solrconfig.xml The page that error message refers to is https://solr.apache.org/guide/8_11/query-settings-in-solrconfig.html#caches Mike On Thu, Jan 20, 2022 at 4:50 AM PatentPulse wrote: > Hello, > > > > We updated SOLR to 8.11.0 a