[ 
https://issues.apache.org/jira/browse/SOLR-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037258#comment-16037258
 ] 

Varun Thacker commented on SOLR-10405:
--------------------------------------

Hi Dat,

Just curious as to why this wasn't backported to 6.6 or 6.7 which looks like 
will happen before 7.0 ?

> 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
>             Fix For: master (7.0)
>
>         Attachments: SOLR-10405.patch
>
>
> 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