Christoph Strobl created SOLR-6140:
--------------------------------------

             Summary: Add indicator if schema is managed and mutable to Schema 
REST api.
                 Key: SOLR-6140
                 URL: https://issues.apache.org/jira/browse/SOLR-6140
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis
            Reporter: Christoph Strobl


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

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to