[GitHub] [solr] HoustonPutman commented on a diff in pull request #1863: SOLR-16933: Include full query response in API tool

2023-08-23 Thread via GitHub
HoustonPutman commented on code in PR #1863: URL: https://github.com/apache/solr/pull/1863#discussion_r1303398270 ## solr/core/src/test/org/apache/solr/cli/ApiToolTest.java: ## @@ -42,4 +58,48 @@ public void testParsingGetUrl() throws URISyntaxException { assertEquals("se

[GitHub] [solr] HoustonPutman commented on a diff in pull request #1863: SOLR-16933: Include full query response in API tool

2023-08-23 Thread via GitHub
HoustonPutman commented on code in PR #1863: URL: https://github.com/apache/solr/pull/1863#discussion_r1303259400 ## solr/core/src/java/org/apache/solr/cli/ApiTool.java: ## @@ -61,29 +60,39 @@ public List getOptions() { @Override public void runImpl(CommandLine cli) thro