See https://issues.apache.org/jira/browse/SOLR-8734, it will be fixed in the next release
On 3 March 2016 at 17:38, Tom Evans <tevans...@googlemail.com> wrote: > 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 >