Hi All,

In TieredMergePolicy, After the sum of segments size reached the
*MaxMergedSegmentSize*
the merge will be called.
My case is,
The first merge is triggered by *MaxMergedSegmentSize.*
After that,On addition of one more segment to the index,
the sum of sizes of segments may be greater than the MaxMergedSegmentSize.
will it cause Merge to happen ??

I guess the tier level merging will make the merge happen.

If merge will happen, Is there any way to delay it ?

please clarify it.

Thanks
Aravinth

Reply via email to