You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by suresh pendap <su...@gmail.com> on 2017/07/26 21:22:26 UTC

precedence for configurations in solrconfig.xml file

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