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? -Saroj On Mon, Aug 29, 2011 at 6:14 AM, Shawn Heisey <s...@elyograg.org> wrote: > On 8/28/2011 11:18 PM, roz dev wrote: > >> I notice that even though InfoStream does not mention that data is being >> flushed to disk, new segment files were created on the server. >> Size of these files kept growing even though there was enough Heap >> available >> and 856MB Ram was not even used. >> > > With the caveat that I am not an expert and someone may correct me, I'll > offer this: It's been my experience that Solr will write the files that > constitute stored fields as soon as they are available, because that > information is always the same and nothing will change in those files based > on the next chunk of data. > > Thanks, > Shawn > >