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

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            arafalov Alexandre Rafalovitch

            Dates

              Created:
              Updated:

              Slack

                Issue deployment