Yes. Each entry is roughly 1K + maxdoc/8 bytes. The maxdoc/8 is the bitmap that holds the result set and the 1K is just overhead for the text of the query itself and cache overhead. Usually it's safe to ignore since the maxdoc/8 usually dominates by a wide margin.
Best, Erick On Tue, Aug 16, 2016 at 8:02 PM, Zheng Lin Edwin Yeo <edwinye...@gmail.com> wrote: > Hi, > > Would like to check, do I need to increase my Java Heap size for Solr, if I > plan to increase my filterCache size in solrconfig.xml? > > I'm using Solr 6.1.0 > > Regards, > Edwin