Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14795 Config API Review: Umbrella issue
  3. SOLR-14798

Config API: indexConfig output includes all defaults

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • config-api
    • None

    Description

      In XML (without comments):

      <indexConfig>
        <lockType>${solr.lock.type:native}</lockType>
      </indexConfig>
       

      In config api output:

          "indexConfig":{
            "useCompoundFile":false,
            "maxBufferedDocs":-1,
            "ramBufferSizeMB":100.0,
            "ramPerThreadHardLimitMB":-1,
            "maxCommitMergeWaitTime":-1,
            "writeLockTimeout":-1,
            "lockType":"native",
            "infoStreamEnabled":false,
            "metrics":{}}}}
      

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            arafalov Alexandre Rafalovitch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: