On 2/4/09 2:48 PM, "Mark Miller" <markrmil...@gmail.com> wrote:
> If there are spots in Lucene/Solr that are producing so much garbage > that we can't keep up, perhaps work can be done to address this upon > pinpointing the issues. > > - Mark I have not had the time to pin it down, but I suspect that items evicted from the query result cache contain a lot of objects. Are the keys a full parse tree? That could be big. wunder