On 8/30/2011 12:57 AM, roz dev wrote:
Thanks Shawn.

If Solr writes this info to Disk as soon as possible (which is what I am
seeing) then ramBuffer setting seems to be misleading.

Anyone else has any thoughts on this?

The stored fields are only two of the eleven Lucene files in each segment. The buffer is not needed for them, because there is no transformation or data aggregation, they are written continuously as data is read. The other files have to utilize the buffer, and can only be written once all the data for that segment has been read, transformed, and aggregated.

Thanks,
Shawn

Reply via email to