Hi, I understand that TieredMergePolicy should merge segments of roughly the same size into one.
I'm using the following properties but the merge isn't being triggered (I did reload the core) as shown in the screenshot - the bottom 5 segments are all ~3.x MB each. On the other hand, I've seen the same settings merge 11 MB and 1 MB segments on a different core. Can someone let me know if I'm missing something? Thanks in advance! <mergePolicyFactory class="org.apache.solr.index.TieredMergePolicyFactory"> <int name="maxMergeAtOnce">4</int> <int name="segmentsPerTier">4</int> </ mergePolicyFactory> [image: Screenshot 2022-02-14 at 7.50.55 PM.png]