We're trying to optimize our Search queries. We're heading down the path of using "Filter Queries" (fq). In playing with it, we see some great improvements. But too often it seems like the cache is being cleared/regenerated.
So we would like to understand DSE's Search modifications relating to caches. In the docs (
https://docs.datastax.com/en/dse/5.1/dse-admin/datastax_enterprise/search/searchIndexConfig.html?hl=filtercachehighwatermark
it seems that you manage all of the caches as one group instead of "per segment". The Solr docs talk about 3 main caches (is that what you mean by 'segment') and how to optimize each for use with the 'fq' parser.
Does the suggestions for Solr caches hold true inside of DSE?
It seems that I can only view statistics on the one dseFilterCache. I was expecting to be able to view each of the 3 Solr caches individually.