Oh, I don't know if this matters but I store text fields in Solr but I
never get them from the index (I only get the ID field from the index
and everything else is pulled from DB cache). I store all the fields
just in case I need to debug search queries, etc and want to see the
data.
Regards,
Moa
Hi,
If this is how you configure the field collapsing cache, then I don't
have it setup:
I didnt add that part to solrconfig.xml.
The way I setup field collapsing is I added this tag:
Then I modified the default request handler (for standard queries) with this:
can you tell us what are your current settings regarding the fieldCollapseCache?
I had similar issues with field collapsing and I found out that this cache was
responsible for
most of the OOM exceptions.
Reduce or even remove this cache from your configuration and it should help.
On 2010-09-0