Hi all

Updating to Solr 5.5.0, and getting these messages in our error log:

Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on
the relevant <mergePolicyFactory> instead.

Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on
the relevant <mergePolicyFactory> instead.

However, mergeFactor is only mentioned in a commented out sections of
our solrconfig.xml files, and mergeFactor is not mentioned at all.

> $ ack -B 1 -A 1 '<mergeFactor'
lookups/conf/solrconfig.xml
210-    <!--
211:    <mergeFactor>10</mergeFactor>
212-      -->

> $ ack --all maxMergeDocs
> $

Any ideas?

Cheers

Tom

Reply via email to