Re: Default merge policy

2018-10-12 Thread Shawn Heisey
On 10/12/2018 8:32 AM, root23 wrote: We are on solr 6. and as per the documentation i think solr 6 uses TieredMergePolicyFactory. However we have not specified it in the following way 10 10 We still use 25. which i understand is not used by TieredMergePolicyFactory. Supplementing what

Re: Default merge policy

2018-10-12 Thread Erick Erickson
bq. However we have not specified it in the following way Is that a typo and you mean "have now specified"? There's code in SolrIndexConfig: if (policy instanceof TieredMergePolicy) { if (mergeFactor != -1) { tieredMergePolicy.setMaxMergeAtOnce(mergeFactor); tieredMergePolicy.setSegmen

Default merge policy

2018-10-12 Thread root23
Hi all, I am little bit confused. We are on solr 6. and as per the documentation i think solr 6 uses TieredMergePolicyFactory. However we have not specified it in the following way 10 10 We still use 25. which i understand is not used by TieredMergePolicyFactory. So my confusion is that w