Hi, If I have a configoverlay.json file with the below content {"props":{"updateHandler":{"autoCommit":{ "maxTime":50000, "maxDocs":10000}}}}
and I also have a JVM properties set on the Solr JVM instance as -Dsolr.autoCommit.maxtime=20000 -Dsolr.autoCommit.maxDocs=100000 I would like to know the order of precedence in which the configurations are applied. Regards Suresh