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
<aravinththangas...@gmail.com> wrote:
> 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 accumulates > 50% deleted documents.
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>>
>> On Tue, Sep 27, 2016 at 4:03 PM, aravinth thangasami
>> <aravinththangas...@gmail.com> wrote:
>> > 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
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: java-user-h...@lucene.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to