Steve Rowe created SOLR-10405:
---------------------------------

             Summary: v2 API introspect response contains multiple copies of 
the experimental format WARNING
                 Key: SOLR-10405
                 URL: https://issues.apache.org/jira/browse/SOLR-10405
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: v2 API
    Affects Versions: 6.5
            Reporter: Steve Rowe
            Priority: Minor


E.g. after {{bin/solr start -e cloud -noprompt}} and {{curl 
"http://localhost:8983/solr/admin/collections?action=CREATE&name=.system&replicationFactor=2"}}:

{{curl "http://localhost:8983/v2/c/.system/blob/_introspect?indent=on"}} 
returns:

{noformat}
{
  "spec":[ [...] ],
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "availableSubPaths":{ [...] }
{noformat}

and {{curl "http://localhost:8983/v2/c/_introspect?indent=on}} returns:

{noformat}
{
  "responseHeader":{ "status":0, "QTime":2 },
  "spec":[ [...] ],
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "availableSubPaths":{ [...] }
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to