Hi, 2009/6/17 Ian Boston <[email protected]> > This makes me a bit more worried, since I thought that at least the memory > would be GC'd > at the end of the request, So presumably if the user asks for the first 100 > hits sorted by > lastmodified, subject, status then; will each of those distinct searches > consume additional > memory not freed at the end of the request ?
no, the mentioned memory is held by a cache in the index. this cache is used by all sessions that do a sort on a property. regards marcel
