Alexandre Rafalovitch created SOLR-14798: --------------------------------------------
Summary: Config API: indexConfig output includes all defaults Key: SOLR-14798 URL: https://issues.apache.org/jira/browse/SOLR-14798 Project: Solr Issue Type: Sub-task Security Level: Public (Default Security Level. Issues are Public) Components: config-api Reporter: Alexandre Rafalovitch In XML (without comments): {code:java} <indexConfig> <lockType>${solr.lock.type:native}</lockType> </indexConfig> {code} In config api output: {code:java} "indexConfig":{ "useCompoundFile":false, "maxBufferedDocs":-1, "ramBufferSizeMB":100.0, "ramPerThreadHardLimitMB":-1, "maxCommitMergeWaitTime":-1, "writeLockTimeout":-1, "lockType":"native", "infoStreamEnabled":false, "metrics":{}}}} {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org