gerlowskija commented on PR #1332: URL: https://github.com/apache/solr/pull/1332#issuecomment-1442275493
Alright, I fixed the ClusterAPI duplicate I mentioned, but in the process I found a few other things that were worth discussing here. Specifically, the response that comes back from `GET /api/aliases/aliasName` isn't very useful. It's great that it returns the the free form properties. But there's not even a mention of the collections that the alias is a stand-in for. ``` $ curl -sk -X GET "http://localhost:8983/api/aliases/alias1" | jq '.' { "responseHeader": { "status": 0, "QTime": 1 }, "name": "alias1", "properties": {} } ``` AFAICT `GET /api/aliases/aliasName` is a brand new API, so we have some freedom to make the response format whatever we would like here. Would you be amenable to adding the collection-list to this response, or was there a reason you avoided that on your initial pass? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org