Thanks a lot for these answers!
Elisabeth
2011/12/4 Erick Erickson
> See below:
>
> On Thu, Dec 1, 2011 at 10:57 AM, elisabeth benoit
> wrote:
> > Hello,
> >
> > If anybody can help, I'd like to confirm a few things about Solr's caches
> > configuration.
> >
> > If I want to calculate cache si
See below:
On Thu, Dec 1, 2011 at 10:57 AM, elisabeth benoit
wrote:
> Hello,
>
> If anybody can help, I'd like to confirm a few things about Solr's caches
> configuration.
>
> If I want to calculate cache size in memory relativly to cache size in
> solrconfig.xml
>
> For Document cache
>
> size i
> For Filter cache
>
> size in memory = size in solrconfig.xml * WHAT (the size of an id) ???
> (I
> don't use facet.enum method)
>
As I understand it, size is the number queries that will be cached. My short
experience means that the memory consumed will be data dependent. If you have
a huge
Hello,
If anybody can help, I'd like to confirm a few things about Solr's caches
configuration.
If I want to calculate cache size in memory relativly to cache size in
solrconfig.xml
For Document cache
size in memory = size in solrconfig.xml * average size of all fields
defined in fl parameter