See TMP.setMaxMergedSegmentMB, which is the (target) maximum sized
segment produced as a result by a merge.
Mike McCandless
http://blog.mikemccandless.com
On Tue, Sep 27, 2016 at 5:39 PM, aravinth thangasami
wrote:
> what decides that the segment is too big ???
> I hope you don't mean the MAX_
what decides that the segment is too big ???
I hope you don't mean the MAX_CFS_SEGMENT_SIZE
Thanks & Regards
Aravinth
On Tue, Sep 27, 2016 at 7:36 PM, Michael McCandless <
luc...@mikemccandless.com> wrote:
> One a merged segment is too big, then it will never be merged again,
> unless it accumu
One a merged segment is too big, then it will never be merged again,
unless it accumulates > 50% deleted documents.
Mike McCandless
http://blog.mikemccandless.com
On Tue, Sep 27, 2016 at 4:03 PM, aravinth thangasami
wrote:
> Hi All,
>
> In TieredMergePolicy, After the sum of segments size reac
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 th