Re: CACHE -> fieldValueCache usage

2018-09-20 Thread Vincenzo D'Amore
Hi Yonik, Emir, thanks for your reply. I'm moving a collection from Solr 4.8.1 where there weren't configured docValues for thousands of fields (most of them used for sorting and faceting). In the Solr 4.8.1 I was used to see this fieldValueCache used. On the other hand, in the new version (7.3.

Re: CACHE -> fieldValueCache usage

2018-09-20 Thread Yonik Seeley
On Wed, Sep 19, 2018 at 9:44 AM Vincenzo D'Amore wrote: > Looking at Solr Admin Panel I've found the CACHE -> fieldValueCache tab > where all the values are 0. > > [...] > > what do you thing, is that normal? Yep, that's completely normal. That cache is only used by certain operations on multi-

Re: CACHE -> fieldValueCache usage

2018-09-20 Thread Emir Arnautović
Hi Vincenzo, Are you saying that you used to see some numbers other than 0 and now you see 0? If it is always zero, it means that you are not using features that require uninverted version of field (mainly faceting) or that you have doc values enabled on all fields that are used in such scenario