Common cache configuration parameters include @size ("size" attribute).

http://wiki.apache.org/solr/SolrCaching

For each of the following, does this mean the maximum size of:

* filterCache/@size - filter query results?
* queryResultCache/@size - query results?
* documentCache/@size - documents?

So if I know my tiny documents don't take up much memory (just 500
Bytes on average), I'd want to have very different settings for the
documentCache than if I decided to store 10 KB per doc in Solr?

And if I know that only 100 filters are possible, there is no point
raising the filterCache/@size above that threshold?

Given the following three filtering scenarios of (a) x:bla, (b) y:blub,
and (c) x:bla AND y:blub, will I end up with two or three distinct
filters? In other words, may filters be composites or are they
decomposed as far as their number (relevant for @size) is concerned?

Michael Ludwig

Reply via email to