Hi Markus - thank you for the question. Could you advise if/that the solrconfig.xml has a <mergePolicy> element (for which deprecated warnings would appear separately) or that the solrconfig.xml has no <mergePolicyFactory> element?
If either is the case then yes based on the code (SolrIndexConfig.java#L153) the warnings would be expected-and-harmless though admittedly are confusing, and fixable. Thanks, Christine ----- Original Message ----- From: solr-user@lucene.apache.org To: solr-user@lucene.apache.org At: Feb 24 2016 17:24:45 Hi - i see lots of: o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead. On my development machine for all cores. None of the cores has either parameter configured. Is this expected? Thanks, Markus