Re: IndexMergeTool to adhere to TieredMergePolicyFactory settings

2017-12-01 Thread Zheng Lin Edwin Yeo
Hi, Is it possible for the merging not to merge to one large segment? Regards, Edwin On 28 November 2017 at 12:05, Zheng Lin Edwin Yeo wrote: > Hi, > > I'm currently using Solr 6.5.1. > > I found that in the IndexMergeTool.java, we found that there is this line > which set the maxNumSegments

IndexMergeTool to adhere to TieredMergePolicyFactory settings

2017-11-27 Thread Zheng Lin Edwin Yeo
Hi, I'm currently using Solr 6.5.1. I found that in the IndexMergeTool.java, we found that there is this line which set the maxNumSegments to 1. writer.forceMerge(1); For this, does it means that there will always be only 1 segment after the merging? From what I see, that seems to be the case.