Thanks for your fast answer, I think i tried to put default size to 0 and the problems persist but i will probe it on Monday again. The part that i can't understand very well is why if i desactivate highlighting the memory doesnt grows. It only uses doc cache if highlighting is used or if content retrieve is activated?
Thnx Rober. 2008/6/13 Yonik Seeley <[EMAIL PROTECTED]>: > On Fri, Jun 13, 2008 at 1:07 PM, Roberto Nieto <[EMAIL PROTECTED]> > wrote: > > It´s possible to only > > allocate the 10 first results to make the snippet of only those results > and > > use less memory? > > That's how it currently works. > > But there is a Document cache to make things more efficient. > If you have large documents, you might want to decrease this from it's > default size (see solrconfig.xml) which is currently 512. Perhaps > move it down to 60 (which would allow for 6 concurrent requests of 10 > docs each w/o re-fetching the doc between highlighting and response > writing). > > -Yonik >