gerlowskija commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1808779572
I was initially planning on using the delete-collection button as the inaugural use of our v2 client, but ended up opting for the "Reload Collection" button instead. Currently, the v2 client is exposed as the "CollectionsV2" service defined in "services.js". This PR should be a good example for anyone interested in toying with the admin UI and expanding the v2 footprint there. Most of our Solr API calls live in in JS "controller" files. Just add the "CollectionsV2" service as an arg for the controller in question (if not already present), and Angular will call the right factory functions under the hood. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
