RE: Re: Regarding field cache

2022-06-08 Thread Poorna Murali
h the whole cache has to be > rebuilt. This is also one reason why DocValues are preferred for sorting. > > https://2012.berlinbuzzwords.de/sessions/your-index-reader-really-atomic-or-maybe-slow.html > > https://www.youtube.com/watch?v=iZZ1AbJ6dik > > Uwe > > Am 08.06.2022 u

RE: Re: Regarding field cache

2022-06-08 Thread Poorna Murali
; for legacy indexes where the schema was not updated to use DocValues. In > an "ideally configured Solr server", the Admin UI shows no entries below > Core's FieldCache stats. If you see entries there go and replace those > field's config by adding docvalues=true. >

Regarding field cache

2022-06-08 Thread Poorna Murali
Hi, I would like to know if there is any automatic eviction policy for the field cache entries. I understand that it gets invalidated when a new searcher opens. But, my question is in case if gc runs or if there is any other scenario which could evict the unused entries from fieldcache. Please he