[
https://issues.apache.org/jira/browse/SOLR-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009213#comment-16009213
]
ASF subversion and git services commented on SOLR-10405:
--------------------------------------------------------
Commit 9fa04ecc9521d4528dc61a2447a199d9ce56a86a in lucene-solr's branch
refs/heads/master from [~caomanhdat]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9fa04ec ]
SOLR-10405: v2 API introspect response contains multiple copies of the
experimental format WARNING
> 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
> 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]