For comparison purposes I need to merge segments of a Solr core to only one segment. Changing the solrconfig by playing with following lines
<mergePolicyFactory class="org.apache.solr.index.TieredMergePolicyFactory">
<int name="maxMergeAtOnce">10</int>
<int name="segmentsPerTier">10</int>
</mergePolicyFactory>
won't take any effect rather than bad exceptions.