Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6140

Add indicator if schema is managed and mutable to Schema REST api.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Schema and Analysis

    Description

      The current response to /collection/schema does not include any hint if the schema can be modified using the schema rest API.

      It would be great to have this information available via an additional attribute in the response and/or as separate entry point

      collection/schema/managed?wt=json

      {
        "responseHeader":{
          "status":0,
          "QTime":1
        },
        "managed":true
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            cstrobl Christoph Strobl
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: