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
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
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