epugh commented on code in PR #4672:
URL: https://github.com/apache/solr/pull/4672#discussion_r3667644192
##########
solr/core/src/java/org/apache/solr/cli/CreateTool.java:
##########
@@ -314,6 +278,26 @@ protected void createCollection(CloudSolrClient
cloudSolrClient, CommandLine cli
echo(endMessage);
}
+ /** Zips the contents of a configset directory for upload via the Configsets
V2 API. */
Review Comment:
argh, after seeing copilot suggestion about files, then I went and looked
more, adn realized we had lots of duplicate code... TLDR; added a helper to
ConfigSetService.
--
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]