Re: Solr: User Defined Caches

2022-02-22 Thread Michael Gibney
ating how > to implement the basics of the cache lifecycle and then the use of that > cache within a query. > > Thanks > > > > -Original Message- > From: Michael Gibney [mailto:mich...@michaelgibney.net] > Sent: Thursday, February 17, 2022 9:02 AM > To: u

RE: Solr: User Defined Caches

2022-02-21 Thread rbsbcsb
f the cache lifecycle and then the use of that cache within a query. Thanks -Original Message- From: Michael Gibney [mailto:mich...@michaelgibney.net] Sent: Thursday, February 17, 2022 9:02 AM To: users@solr.apache.org Subject: Re: Solr: User Defined Caches I just happened to be looking

Re: Solr: User Defined Caches

2022-02-17 Thread Michael Gibney
I just happened to be looking into this as well. I assume you've seen the refguide documentation: https://solr.apache.org/guide/8_11/query-settings-in-solrconfig.html#user-defined-caches Normally one would not configure a user-defined cache except in support of other custom plugins/components. e.g

Solr: User Defined Caches

2022-02-15 Thread rbs
Hi, I've looked and googled, but I have been unable to actually find a working example of User Defined Caches. I looking for something showing the basics how to define, implement and use as User Defined Cache. Is there one out there and I have just missed it?? Thanks