You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alexandre Rafalovitch (Jira)" <ji...@apache.org> on 2020/09/01 21:32:00 UTC

[jira] [Updated] (SOLR-14798) Config API: indexConfig output includes all defaults

     [ https://issues.apache.org/jira/browse/SOLR-14798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Rafalovitch updated SOLR-14798:
-----------------------------------------
    Description: 
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}

Also *requestDispatcher* with details such as *handleSelect" that are very legacy-support.

  was:
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}


> 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
>            Priority: Major
>
> 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}
> Also *requestDispatcher* with details such as *handleSelect" that are very legacy-support.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org